Difference between revisions of "GoTo"
Correct RestoreIP
imported>Scruggs |
imported>Behippo (Correct RestoreIP) |
||
Line 4: | Line 4: | ||
GoTo ''[labelID]'' | GoTo ''[labelID]'' | ||
This command causes script processing to jump to a label defined within the same script. It is identical to [[ | This command causes script processing to jump to a label defined within the same script. It is identical to [[RestoreIP]]. 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. | ||
Example: | Example: |