Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
I want to make a unit cast a specific ability that it has on another unit, but I am failing to find a trigger that I can use to make it cast the ability. The ability is custom. Help!
You first need to check what the "Order String" is and then in the trigger say: Unit - Issue an order targeting a unit. BUT you need to tell it what to cast using that order string (so if your ability was based of frost nova the order string would, by default be Frost Nova. This means that you need to tell the unit to use frost nova in the trigger)
It's order targeting a unit. Just order to cast an ability with the order id of ability you want to be casted. Also, threads / tutorials about dummies might be helpful for you.
If it is Targeted on a unit use Unit - Issue order Targeting a Unit(Order your unit to use X spell on your other unit), if it is targeted a point use Unit - Issue order Targeting a Point(Order your unit to use Y spell on a Point that u like) and if it is no targeted use Unit - Issue order with no target(Order your unit to Z spell)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.