Else
Revision as of 14:25, 22 February 2021 by Xifanie (talk | contribs) (Xifanie moved page Event Instruction 03 to Else)
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