goto

From Arx Libertatis Wiki
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