How to get a rule 'refired'?
I have a 'round rules' type actor (see @tshirtbooth) that has a set up like this:
When game.shuffle is true - change 5 table cell values - randomly taken from a list of text values within another table. (got it working real sweet)
Then put those words into 5 text attributes - so that I can compare them for duplicates.
If there are any duplicates I need the rule to refire. Until there are no duplicates, then continue on with the rules.
It seems I can't just change game.shuffle to true again because it doesn't go back 'UP' the order to refire.
Just had a thought while I was typing. Do i need 2 'round rule actors' to ping pong off each other?
-Doguz
When game.shuffle is true - change 5 table cell values - randomly taken from a list of text values within another table. (got it working real sweet)
Then put those words into 5 text attributes - so that I can compare them for duplicates.
If there are any duplicates I need the rule to refire. Until there are no duplicates, then continue on with the rules.
It seems I can't just change game.shuffle to true again because it doesn't go back 'UP' the order to refire.
Just had a thought while I was typing. Do i need 2 'round rule actors' to ping pong off each other?
-Doguz
Comments