I have a group running a script with a bolean.
Alert = true
When I have a second group standing somewhere else and running the same script, the event that's executed by the bolean will ocour on both locations.
What can I do to prevent this without running a new script (with a new bolean) for each group?
Can I add a number to a boleanname?
like Alert1,Alert2, alert3,...
And updating the number via a variable?
_c = 0
...
_c = _c + 1
Hmmm, I think I need a format call command but I don't know the exact code...
Or can I have a boleanname as parameter in the exec array?
Help!