Trying to make a damage-based ability but i dont want it to be autocasted. I tried
but it still autocasted. Any suggestions
JASS:
function Trig_No_Autocast_Fierce_Blow_Actions takes nothing returns nothing
call IssueImmediateOrder( GetTriggerUnit(), "uncoldarrows" )
call print("1")
endfunction
but it still autocasted. Any suggestions