• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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.
Top