System – Comparison Branch

Event Description

Compares the expression to the value. Depending on if it’s true or false it will take one of two paths


Parameters

Expression – Initial value being compared

Operator – Mathematical symbols used to compare the values. ‘= (Equal)’ checks if the value is the same as the expression. ‘<> (Not Equal)’ checks if the value is not the same as the expression. ‘< (Less Than)’ checks if the value is smaller than the expression. ‘> (Greater Than)’ checks if the value is larger than the expression. ‘<= (Less Than Or Equal To)’ checks if the value is smaller or the same as the expression. ‘>= (Greater Than Or Equal To)’ checks if the value is larger than or the same as the expression. ‘Like (Similar)’ checks if the expression is similar to the value. ‘StartsWith’ checks if the expression starts with a specific string of text. ‘EndsWith’ checks if the expression ends with a specific string of text. ‘Contains’ checks if the expression contains a string of text

Value – The desired value you are comparing the expression to


Related Examples

001 Game Recipe #2

001 Game Recipe #4

001 Game Recipe #5


Related Events/Use Values

System – Condition Branch (Event)

System – Multi-Comparison Branch (Event)

System – Switch Branch (Event)

Structure – Equal (Use Value)

Structure – Greater Than Or Equal (Use Value)

Structure – Greater Than (Use Value)

Structure – Less Than Or Equal (Use Value)

Structure – Less Than (Use Value)

Structure – Logical AND (Use Value)

Structure – Logical NOT (Use Value)

Structure – Logical OR (Use Value)

Structure – Not Equal (Use Value)


External Links

YouTube Video

YouTube Video

YouTube Video

YouTube Video

YouTube Video

YouTube Video

YouTube Video


Does this page need more information? Email Us!