• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

object merger

  1. yxq1122

    How to append an ability to the ability list of an unit using Lua ObjectMerger

    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...
  2. yxq1122

    Getting help on using ObjectMerger

    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...
Top