- Joined
- Oct 20, 2007
- Messages
- 353
I know it is possible to cast abilities with
That work with abilities which have order string.
But is it possible to use ability that doesn't have order string (for example item ability) from triggers?
One solution is to add item to unit and use that item.
This method is unpleasant because I need to create item for each ability.
call IssueImmediateOrder(u, "roar")
.That work with abilities which have order string.
But is it possible to use ability that doesn't have order string (for example item ability) from triggers?
One solution is to add item to unit and use that item.
This method is unpleasant because I need to create item for each ability.
Last edited by a moderator: