- Joined
- Aug 5, 2007
- Messages
- 49
My condition check for the current order of the target straight up refuses to work and I do not know why.
I've tried both of these;
if(GetUnitCurrentOrder(Targ) == 851993) then
call DisplayTextToForce( GetPlayersAll(), "WORKDAMNIT")
endif
if(GetUnitCurrentOrder(Targ) == String2OrderIdBJ("holdposition")) then
call DisplayTextToForce( GetPlayersAll(), "WORKTWOSIES")
endif
I've tried both of these;
if(GetUnitCurrentOrder(Targ) == 851993) then
call DisplayTextToForce( GetPlayersAll(), "WORKDAMNIT")
endif
if(GetUnitCurrentOrder(Targ) == String2OrderIdBJ("holdposition")) then
call DisplayTextToForce( GetPlayersAll(), "WORKTWOSIES")
endif