"Between" Expression Help

TackyAttackTackyAttack Member Posts: 141
edited November -1 in Working with GS (Mac)
So, I need help figuring out how to make a Between attribute and attribute help.

Example:

IF between Value.1 and Value.2 THEN

blablabla

END

Comments

  • PhoticsPhotics Member Posts: 4,172
    That's two conditions in a rule.

    If X is > Value.1
    AND
    X is < Value.2

    Then... (run behaviors)
  • ApplaudAppsApplaudApps Member Posts: 308
    Simple example

    Add a Rule : all rules apply
    attribute > 10
    attribute < 20
    do stuff
Sign In or Register to comment.