Difference between revisions of "GoTo"
Jump to navigation
Jump to search
no edit summary
imported>Scruggs |
imported>Scruggs |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
GoTo ''labelID'' | GoTo ''[labelID]'' | ||
This command causes script processing to jump to a label defined within the same script. It is identical to [[RestoreID]]. Use [[Label]] or [[SaveIP]] to define the instruction point to which to jump. Optional label IDs allow for multiple labels or nested loops within a script. | This command causes script processing to jump to a label defined within the same script. It is identical to [[RestoreID]]. Use [[Label]] or [[SaveIP]] to define the instruction point to which to jump. Optional label IDs allow for multiple labels or nested loops within a script. |