goto

From Arx Libertatis Wiki
Revision as of 03:24, 16 April 2020 by Ds (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The goto script command is used to jump to a label. Unlike gosub, goto does not modify the stack of return positions.

Usage

goto <label>

Context: Ignored

Parameters:

ParameterTypeDescription
label label The name of the label to jump to