Difference between revisions of "Else"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ = {03} {{IE_03}} = {{IE_03_ex}} Once encountered, it jumps to {04} {{IE_04}}. If it parses it as a result of previous Event_Instructi...")
 
m (Xifanie moved page Event Instruction 03 to Else)
 
(No difference)

Latest revision as of 14:25, 22 February 2021

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