you could change the condition handling.
delete the conditions and make an integer-loop into the action part. in the loop you make an if-then-else with your number-of-blabla as condition where x is the variable of the loop. of course the loop need to start from 0 or 1 ,whatever is your first arrayindex ,to the last index.
the problem is that you would need all 45 events in the event part. would be a lot of work but you wouldnt need 45 trigger.
ps: best would be something like "enters any region" as an event
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
you could change the condition handling. delete the conditions and make an integer-loop into the action part. in the loop you make an if-then-else with your number-of-blabla as condition where x is the variable of the loop. of course the loop need to start from 0 or 1 ,whatever is your first arrayindex ,to the last index. the problem is that you would need all 45 events in the event part. would be a lot of work but you wouldnt need 45 trigger.
ps: best would be something like "enters any region" as an event