event based on certain integers
How do you code in the expression editor a rule to trigger based off a certain set of integers.
Exmaple: An actor always changing a random integer 1-10.
Actor: Do this when random integer is 1-5. (<---- This is what I don't know how to reference in the expression editor.)
Do this when random integer is 6-10.
Exmaple: An actor always changing a random integer 1-10.
Actor: Do this when random integer is 1-5. (<---- This is what I don't know how to reference in the expression editor.)
Do this when random integer is 6-10.
Comments
Then the rule will trigger when the attribute is 6 or greater but not more then ten
cheers