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!
Hi, i think about way of making trigger to attach model of unit that is targetted by ability to be added onto caster as special effect. Is there any way to do it?
I don't think there is a function to get a unit's model. You need to manually save the model pathes of every unit that could be targeted in a data structure. Hashtable is the easiest one as you can use GetHandleId on unit-types to get unique IDs.
I don't think there is a function to get a unit's model. You need to manually save the model pathes of every unit that could be targeted in a data structure. Hashtable is the easiest one as you can use GetHandleId on unit-types to get unique IDs.
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.