• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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