If

From Final Fantasy Hacktics Wiki
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