Hello again,
Is there a way to check if the unit has NO currentCommand?
If there is no currentCommand the string is empty and how can you check if the string is empty?
The solution in my post title doesn't work.
currentCommand == "MOVE" or currentCommand == "ATTACK" works like a charm.
But I want to detect when a unit is ordered to do nothing.
Is it possible?
unitReady doesn't work well enough for my purposes.
Thanks in advance.
Laggy