Difference between revisions of "If"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(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 ...")
 
m (Xifanie moved page Event Instruction 01 to If)
 
(No difference)

Latest revision as of 14:17, 22 February 2021

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