Name | Else |
Related Guide Page | https://guide.denizenscript.com/guides/basics/if-command.html |
Syntax | else (if <comparison logic>) |
Short Description | Helper command for usage with the if command. |
Full Description | A helper command to use with if commands.
See if command documentation. |
Related Tags | See IF command documentation.
|
Usage Example |
|
Group | queue |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/queue/ElseCommand.java#L17 |