Labels - New Label (Effect) — SkCheese
Addon: SkCheese · Category: Effect · Since: 1.1
Syntax
label <.+>Description
Creates a label that you can jump to later on.
Examples
on load:
goto "code"
label code
broadcast "hi"
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
label <.+>Creates a label that you can jump to later on.
on load:
goto "code"
label code
broadcast "hi"