- Joined
- Jul 2, 2014
- Messages
- 9
[SOLVED]Custom Script Ability Order Help
Hello guyz i need a little help to finish my project. I thought there is a way to create more than one spell on MUI with only one loop trigger. Only last part has problem. cuz my last created unit does not do any spell order. Can u help me=? :
Ability_set_ordername[array]= it is order u know( now it is thunderbolt)
Ability_spesific_target[array]= target unit for loop trigger
Hello guyz i need a little help to finish my project. I thought there is a way to create more than one spell on MUI with only one loop trigger. Only last part has problem. cuz my last created unit does not do any spell order. Can u help me=? :

JASS:
call IssueTargetOrderBJ(GetLastCreatedUnit(), "udg_Ability_set_ordername[udg_Ability_setLoopvalue]", udg_Ability_Spesific_target[udg_Ability_setLoopvalue] )
Ability_set_ordername[array]= it is order u know( now it is thunderbolt)
Ability_spesific_target[array]= target unit for loop trigger
Last edited: