Need trigger help, how to attach animation to items??

Status
Not open for further replies.
Level 2
Joined
Jan 22, 2008
Messages
28
Hi, I need help with a trigger for my map, I'm building on a RGP map. In my map I want item-attached swordmodels to have a special animation, but I'm a bit nooby in this so I need help fixing a trigger that adds animations to a unit, when a unit picks up a special item, like if the unit picks up a bow then I want the unit to play a bow-animation. Hope you understand what I mean :hohum:
 
You cannot add (new) animations to units as redscores said.
But you can attach effects.
 
If you have done that correctly:
  • Events:
    • Unit - A unit acquires an Item
  • Conditions:
    • ((Item being manipulated) is "Bow") equal to True
  • Actions:
    • Animation - Play Units blah animation
Just an example. Ain't sure how to call those animations.
 
Status
Not open for further replies.
Back
Top