Goto

From the Fallout3 GECK Wiki
Revision as of 12:19, 27 July 2010 by imported>Geckbot (Automated import of articles)
Jump to navigation Jump to search

Goto

< [[::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

[help]
Goto labelID:int