- Joined
- Dec 30, 2009
- Messages
- 60
I want to know how to do something like this:
Does it use the spells "Order String"?
Or is it using something else?
Help is appreciated!
-
Unit - Order (unit) to Cast Custom Spell (unit)
JASS:
function Spell_Actions takes nothing returns nothing
call IssueTargetOrderBJ( GetTriggerUnit(), "fingerofdeath", GetLastCreatedUnit() )
endfunction
Does it use the spells "Order String"?
Or is it using something else?
Help is appreciated!