| 08-31-2006, 02:49 AM | #1 |
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 |
To make it permanant... JASS:call AddSpecialEffectTarget("Some//Effect//Filepath//Here.mdl", YourUnit, "right hand") To set it to a variable... 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". |
