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, everyone! I used the following Lua commands when I tried to append an ability 'A001' to the ability list of an unit "h005":
//! i makechange(current, "uabi", "A001")
However, that command doesn't work. All abilities of the unit will be replaced by the single 'A001'. Actually, I Just hope to...
Hello everyone!
The original ability list of an unit will be replaced by a single value of "A001" when I use the following Object Merger Lua command:
//! externalblock extension=lua ObjectMerger $FILENAME$
//! i setobjecttype("units")
//! i createobject("hmpr", "h005")
//! i makechange(current...
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.