The Play event is skipped if the system is in Night Mode.
If =, If not =, If >, If >=, If <, If <=
Conditionally executes events based on the value of a Variable. . If an Event Label is used, events
are jumped over if the condition is true. If an Else or End If event is used, events are executed
inside the area between the If and the End If if the condition is true.
• If = -- Is true if the value of a Variable is equal to a constant value (0-255)
or the value of another Variable.
• If not = -- Is true if the value of a Variable is not equal to a constant
value (0-255) or the value of another Variable.
• If > -- Is true if the value of a Variable is greater than a constant value (0-
255) or the value of another Variable.
• If >= -- Is true if the value of a Variable is greater than or equal to a
constant value (0-255) or the value of another Variable.
• If <= -- Is true if the value of a Variable is less than or equal to a constant
value (0-255) or the value of another Variable.
• If < -- Is true if the value of a Variable is less than equal to a constant
value (0-255) or the value of another Variable.