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

Add charges

Status
Not open for further replies.
Moving the thread to World Editor Help Zone, because the thread is not about your code/triggers.

==========

There's an action to manipulate and to get an item's charges, so removing both items isn't required.
When a unit picks up a new item which has charges, you have to check each slot in the unit's inventory (Triggering Unit) for an item which has the same ItemType. If yes, you can add charges to this item, and remove the picked up one.
 
Level 23
Joined
Apr 8, 2017
Messages
1,605
Moving the thread to World Editor Help Zone, because the thread is not about your code/triggers.

==========

There's an action to manipulate and to get an item's charges, so removing both items isn't required.
When a unit picks up a new item which has charges, you have to check each slot in the unit's inventory (Triggering Unit) for an item which has the same ItemType. If yes, you can add charges to this item, and remove the picked up one.
ill try it
 
Status
Not open for further replies.
Top