Difference between revisions of "LTE"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {A0} {{IE_A0}} = {{IE_A0_ex}} {{IE_A0_desc}} See also: {A1} {{IE_A1}}{A2} {{IE_A2}} ― Event_Instruction_A3|{A3}...")
 
Line 3: Line 3:
  
 
{{IE_A0_desc}}
 
{{IE_A0_desc}}
 +
 +
Compares Variables x0000 & x0001.
 +
 +
If x0000 is less than or equal to x0001, x0000 is set to a value of 0001.
 +
If not, x0000 is set to a value of 0000.
 +
 +
[[Event_Instruction_D0|{{IE_D0}}]] can then be used to make the event do different things depending on the result.
 +
 +
Comparison commands can ''only'' be used on Variables x0000 & x0001.
  
  
 
See also: [[Event_Instruction_A1|{A1} {{IE_A1}}]] ― [[Event_Instruction_A2|{A2} {{IE_A2}}]] ― [[Event_Instruction_A3|{A3} {{IE_A3}}]] ― [[Event_Instruction_A4|{A4} {{IE_A4}}]] ― [[Event_Instruction_A5|{A5} {{IE_A5}}]]
 
See also: [[Event_Instruction_A1|{A1} {{IE_A1}}]] ― [[Event_Instruction_A2|{A2} {{IE_A2}}]] ― [[Event_Instruction_A3|{A3} {{IE_A3}}]] ― [[Event_Instruction_A4|{A4} {{IE_A4}}]] ― [[Event_Instruction_A5|{A5} {{IE_A5}}]]

Revision as of 03:42, 23 April 2019

{A0} LTE

LTE()

Less Than or Equal | Variable 0x0000 = If ( Variable 0x0000 <= Variable 0x0001 )

Compares Variables x0000 & x0001.

If x0000 is less than or equal to x0001, x0000 is set to a value of 0001. If not, x0000 is set to a value of 0000.

JumpForwardIfZero can then be used to make the event do different things depending on the result.

Comparison commands can only be used on Variables x0000 & x0001.


See also: {A1} GTE{A2} EQ{A3} NEQ{A4} LT{A5} GT