HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Issue order by Spell ID

04-16-2004, 03:39 AM#1
DoCa-Cola
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
thinking it would work, but of course it did not. So if someone could please tell me how to do it I would greatly appreciate it.

-DoCa