
JASS:
if GetUnitCurrentOrder(wolf) == "cannibalize" then
(I didn't make the trigger this came from, a friend did)
GetUnitCurrentOrder returns an integer, but how do you compare it to make sure its true? (like if you wanted to check that the unit's current order was cannibalize).