If

From Final Fantasy Hacktics Wiki
Revision as of 10:29, 16 February 2021 by Xifanie (talk | contribs) (Created page with "__FORCETOC__ = {01} {{IE_01}} = {{IE_01_ex}} If Variable 0x0000 > 0, it does nothing (i.e. it will run the instructions below itself). If Variable 0x0000 === 0, it parses ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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