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

Running a trigger when an item is used?

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,258
Simply hook the trigger to the player uses effect observable.

Use any player for the source player. Use a specific effect (the one the item runs on use) to reduce scope. You can get all the involved effect units (source, target, etc) using trigger script.

The most simple effect I have found for generic trigger enhanced logic is the set effect.
 
Status
Not open for further replies.
Top