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!
Hmm, so you have the light saber mdl imported and you have the unit you want to attach it too. It is rather simple really just go:
Code:
Special Effect - Create a special effect attached to the right(or left) hand of YOURUNIT using LIGHTSABER.mdl
The whole trigger would be something like this:
Code:
Event - Unit - YOURUNIT Acquires an item
Condition - Acquired item equal to LIGHTSABER
Action - Special Effect - Create a special effect attached to the right(or left) hand of YOURUNIT using LIGHTSABER.mdl
You could also add 2 triggers, one for the left hand and one for the right. That way if a unit has both sabers he dual wields.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.