Labels - Goto (Effect) — SkCheese
Addon: SkCheese · Category: Effect · Since: 1.1
Syntax
(go|jump)[ ]to %string%Description
Jumps to a label.
Examples
on load:
goto "code"
broadcast "hi" # gets skipped
label code
broadcast "hello"
Skript Documentation is the best place to find the official skript documentation and feature latest working addons for the latest version of Skript.
Full documentationBrowse all docsAddon: SkCheese · Category: Effect · Since: 1.1
(go|jump)[ ]to %string%Jumps to a label.
on load:
goto "code"
broadcast "hi" # gets skipped
label code
broadcast "hello"