goto

From Bohemia Interactive Community
Revision as of 00:21, 22 May 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


goto label


Operand types:

label: String

Type of returned value:

Nothing

Description:

In script only: Go to given label.

Note: Be sure to use double quotes around label name in goto.

Define the label with #.

Example:

goto "Lablename"
.
.
.
#Lablename