Difference between revisions of "GoTo"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m (Xifanie moved page Event Instruction 0D to GoTo)
 
(No difference)

Latest revision as of 14:29, 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.