• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

How to play a units animation through triggers

Status
Not open for further replies.
  • Custom script: call SetUnitAnimationByIndex (your_unit, animationNUMBER)
your_unit can be variable, can be given unit in Jass. animation number - you have to check which number refers to which animation, like for Dreadlord number 3 is Spell animation.

Or:

  • Animation - Playet (Triggering unit) Aninmation_string animation
Fill triggering unit field with your unit. Animation_string needs to be filled with string of animation.

Egzamples: 'stand' for stand animation, 'attack' for attack animation.
For some animation you need to enter few string like:
spell,slam will play Spell slam animation.
stand,defence will play Stand defend animation (for footman).
 
Level 5
Joined
Jun 10, 2010
Messages
145
Use the trigger as Spinnaker said. There's a helping box below the minimap.
 

Attachments

  • Help.png
    Help.png
    37.2 KB · Views: 138
Status
Not open for further replies.
Top