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"

View source