- Joined
- Jun 1, 2008
- Messages
- 485
ok, I'm just want to ask one noobish JASS question.
how can i know the order code of an ability? (the ones that used in IssueTargetOrderById)
maybe this was one noobish, and easy questions, but I inexperienced in JASS and i'm really need it for my map, so please answer.
~Mage_Goo
EDIT: what i want is an order id that used in this function:
i want to know how can i get that order id? (in this example is 80000) if i get it, so i can order unit to use some no-order-ability like item create illusion or other item ability.
sorry for bad explain on first
how can i know the order code of an ability? (the ones that used in IssueTargetOrderById)
maybe this was one noobish, and easy questions, but I inexperienced in JASS and i'm really need it for my map, so please answer.
~Mage_Goo
EDIT: what i want is an order id that used in this function:
JASS:
call IssueTargetOrderById(GetTriggerUnit() , <80000> , GetAttackingUnit())
sorry for bad explain on first
Last edited: