Label
Revision as of 05:18, 24 June 2014 by imported>Odessa (fixed link, added example)
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Defines a labeled position in a script which subsequent calls to Goto can use to create loops. The label must be defined before Goto is called.
Syntax
Label labelID:int
Example
int GetNextActor ; * or some appropriate name set GetNextActor to 1 Label GetNextActor