Difference between revisions of "GoTo"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ = {0D} {{IE_0D}} = {{IE_0D_ex}} Scans the entire event from the beginning to find a {{IE_0E}} with an identical Target parameter, and executes the code from ther...")
 
Line 10: Line 10:
  
 
== Target : Byte (hex) ==
 
== Target : Byte (hex) ==
Identifier that must be matched with {{IE_0E}}.
+
Identifier that must match the value specified in [[Event_Instruction_0E|{0E} {{IE_0E}}]].

Revision as of 07:34, 22 February 2021

{0D} GoTo

GoTo(xTG)

Scans the entire event from the beginning to find a GoToTarget with an identical Target parameter, and executes the code from there.


See also: {0E} GoToTarget


Target : Byte (hex)

Identifier that must match the value specified in {0E} GoToTarget.