Else

From Final Fantasy Hacktics Wiki
Revision as of 14:25, 22 February 2021 by Xifanie (talk | contribs) (Xifanie moved page Event Instruction 03 to Else)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Contents

{03} Else

Else()

Once encountered, it jumps to {04} EndIf.

If it parses it as a result of previous {01} If / {02} ElseIf instructions returning false, then it executes the instructions below itself.


See also: {01} If{02} ElseIf{04} EndIf