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

model's

Status
Not open for further replies.
Level 4
Joined
Jun 8, 2004
Messages
83
I have a simple question, but I dont know what to do.. so here it is.
How do I make it so when a person buys a item at a shop, the model of the sword will show up in his hand? Im pretty sure it has to do with triggers. so if their is any trigger work, can u please give me a walk threw!!
Thanks in Advance :p
 
Level 7
Joined
Mar 26, 2004
Messages
350
acolyteofdoom is right u have to use the specialeffect-action

use this trigger:
Code:
event: generic unit event - unit sells an item (from shop)
condition: item-class comparison - item class of item being manipulated is equal to "your item"
event: specialeffect - create specialeffect at "right hand" of "triggering unit"
 
Status
Not open for further replies.
Top