Can't get current orders in Script

Status
Not open for further replies.
Level 4
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
 
Status
Not open for further replies.
Back
Top