Setting a range of numbers for an Actor
RondoRocket
Member Posts: 411
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?
Twitter:rondorocket
Web: rondorocket.com
Comments
When all conditions are valid
game.randomNumber > 25
game.randomNumber < 80
-----[do something]
Is that what you mean?
Thanks!
Twitter:rondorocket
Web: rondorocket.com