I want to have a player get a action, and when he uses it, I want him to do an animation (via playMove). Any good way of making it so all units see him do this action?
Problem is that many players might use the same action at the same time, and therefor I can't use global variables and pV them.
Now I'm running a script globally, and when the player uses the action, he gets a lot added to his rating. Since this is global, the script running globally checks for this high rating and then plays the animation. But I would rather do it in a better way...