Goto

Revision as of 16:07, 27 July 2010 by imported>Geckbot (Robot: Automated text replacement (-'''.*'''\r\n +))
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Jump to a labeled position in the script previously defined by a call to Label. Execution will return to the label, simulating a loop. Be careful to provide an exit condition to avoid creating infinite loops.

Syntax

Goto labelID:int