| 04-16-2004, 03:39 AM | #1 |
Since there is no GUI function that I have found to do such a thing, how do I issue an order to a unit by the Spell ID? (ie a000) I tried Code:
function Trig_Untitled_Actions takes nothing returns nothing
call IssueImmediateOrderById( GetAttacker(), "a000" )
endfunction-DoCa |
