HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

attaching hand help

08-31-2006, 02:49 AM#1
GamesSmash
How do i make it so my unit has a custom model attached to his right hand. I was trying to use mana shield to be able to make it so the model is able to toggle on and off and it costs mana to use, but it wont work. please help
08-31-2006, 02:50 AM#2
Rising_Dusk
To make it permanant...
Collapse JASS:
call AddSpecialEffectTarget("Some//Effect//Filepath//Here.mdl", YourUnit, "right hand")

To set it to a variable...
Collapse JASS:
set SomeEffectLocal = AddSpecialEffectTarget("Some//Effect//Filepath//Here.mdl", YourUnit, "right hand")

If you just want to do it in some buff.
Make sure to change the attachment point of the buff/custom buff to "hand","right".