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

Weapon Triggers NEed help

Status
Not open for further replies.
Level 3
Joined
Jul 23, 2004
Messages
58
There are different ways.

Opportunity one:
You can ask for an item of the same class should look like something of that
Unit acquires an item

If triggering unit has and item of item-type(type of triggering item) then move triggering item to position of triggering unit

Opp two:
Work with variables!
Unit acquires an item

if item type of triggering item equal to (weapon) AND UnitHasWeapon equal to FALSE then Set Variable UnitHasWeapon TRUE else move item to position of triggering unit

That should work i think. Try it
 
Status
Not open for further replies.
Top