Label
Revision as of 15:36, 30 March 2011 by imported>Cipscis (Added note about available label IDs, and link to Goto)
< [[::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
Notes
- There are 256 available slots for Labels, enabling IDs from 0 to 255 inclusively. Values outside of this range will not work.