I'm trying to make all units in a trigger stop shooting once the enemy is starting to retreat. I know how to do that. But here's the problem.
I use this command to make them hold their fire:
"_x setcombatmode "BLUE"" foreach thislist
But the editor gives me an error: Unkown operator BLUE.
If I don't put the " " between BLUE, it doesn't return an error but the command doesn't work, since it must be unit setcombatmode "BLUE"...
any ideas?