Setting a range of numbers for an Actor

RondoRocketRondoRocket Member Posts: 411
edited November -1 in Working with GS (Mac)
Can you tell an Actor to hold a range of numbers, like 25-80, and then have a Rule that if a number within that range is called the Actor will recognize it and carry out the Rule?

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    Rule
    When all conditions are valid
    game.randomNumber > 25
    game.randomNumber < 80
    -----[do something]

    Is that what you mean?
  • RondoRocketRondoRocket Member Posts: 411
    OK, after reading your guys examples it clicked. Already got it up and running.

    Thanks!
Sign In or Register to comment.