If
Revision as of 14:17, 22 February 2021 by Xifanie (talk | contribs) (Xifanie moved page Event Instruction 01 to If)
Contents
{01} If
If()
If Variable 0x0000 > 0, it does nothing (i.e. it will run the instructions below itself).
If Variable 0x0000 === 0, it parses {02} ElseIf, {03} Else, or {04} EndIf
See also: {02} ElseIf ― {03} Else ― {04} EndIf