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!
What are ALL script units names ? For example: call SetUnitAnimationByIndex(udg_variable, X) but what IF I don't have any variable and I want to use the Event Response unit ?
There is no such thing as script unit names unless constructed. You always need variable to store Event Response unit as recommended. Honestly, I don't know what you are trying to achieve here.
Possible just by using GetTriggerUnit() or etc as parameter. This is not recommended because of leak for local variable only. Use global variable should be fine. Ctrl + B, create a variable with unit as type.
Mind sharing what you are trying to accomplish here.
Possible just by using GetTriggerUnit() or etc as parameter. This is not recommended because of leak for local variable only. Use global variable should be fine. Ctrl + B, create a variable with unit as type.
You can either catch them by variables or parameters. If the unit is preplaced, you can use it's generated global value (gg_...) but that thing is shit, trust me, don't use that one.
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.