Warcraft III resources & community, 2003–2006 · archived

-Trigger help-

3 posts
#1

-Trigger help-

I've been wondering lately on how to make a trigger where you pick up a certain item and when it does,it activates a certain trigger that uses two items and changes them into one different item.
#2
It's no mystery.

Events: Unit acquires an item

Conditions: Item is of type ____
Unit has whatever other item

Actions: Remove item _____ and item _____ from unit's inventory
Add ___ to unit inventory

Note that those are nowhere close to the actual function names
#3
Thanks, that will help me for sure.