Name | Goto |
Syntax | goto [<name>] |
Short Description | Jump forward to a location marked by mark. |
Full Description | Jumps forward to a marked location in the script.
For example:
Most scripters should never use this. This is only for certain special cases. |
Related Tags | None
|
Usage Example |
|
Group | queue |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/queue/GotoCommand.java#L24 |