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

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

Status
Not open for further replies.
Level 8
Joined
Jun 5, 2018
Messages
188
Hi, everyone! I used the following Lua commands when I tried to append an ability 'A001' to the ability list of an unit "h005":
vJASS:
//! 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 append 'A001' to the ability list of that unit. I would appreciate it if someone could help me.

One could check this thread for more info.
 
Level 8
Joined
Jun 5, 2018
Messages
188
If Grimex doesn't support, it wouldn't help.

Are you just curious, or you have so much data, or what is the intention actually that append must be used?
Thanks for your kind reply here! @IcemanBo
I need to implement automatic appends for my scripting tool. Now it seems that even Grimex is still under a low level to use since this is a big drawback as well as other existing bugs such as multi-choice for Grimex.
 
Last edited:
Status
Not open for further replies.
Top