Chaosy
Tutorial Reviewer
- Joined
- Jun 9, 2011
- Messages
- 13,219
hey, im trying to return a boolean value but it allways returns false for some reason.
JASS:
function IsDestructableTree takes destructable udg_ISD_d returns boolean udg_ISD_boolean
return GetUnitCurrentOrder(udg_ISD_dummy) == 852018
endfunction