HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

weapons as special effects HELP!!

07-19-2004, 02:54 PM#1
X_lDeath
Ok, i got all these weapon models, and i got all the models into the game, and I know how to make the unit have the weapon being held into the units hand, but i dont know how to remove the special effect "weapon" from the unit when the unit drops it. It doesnt seem to work the casual way for removing special effects, ill show u the triggers i used to remove, and plz tell me wat to edit so i can get it right, ty.

Events:
Unit- Loses an item

Conditions:

Action:
If (All Conditions are True) then do (Then Actions) else do (Else Actions):
If - Conditions:
(Item-type of (Last dropped item)) Equal to Short sword
Then - Actions:
Wait 0.01 seconds
Special Effect - Destroy effect[1]
Else - Actions:
Do Nothing


Tell me what Im doing wrong plz
07-19-2004, 02:57 PM#2
Anitarf
Try using "event response - item being manipulated" instead of "last dropped item".
07-19-2004, 03:04 PM#3
X_lDeath
Hhhhmmm, might work, ill look at it, any other suggestions anyone???
07-19-2004, 11:16 PM#4
Rafael Br
Check the variable too, look at the other triggers.
07-19-2004, 11:21 PM#5
X_lDeath
ok i got it, ty very much :D