| 01-12-2009, 09:23 PM | #1 |
Does anyone know what animations you can have units do during cinematics? I know there is the "Stand" animation but what others are there and what is the value to enter in the GUI trigger for that animation? Thanks in advance for any help! |
| 01-12-2009, 11:33 PM | #2 |
You can see the names of animations in the world editor in the unit preview window below the minimap; different models have different animations, a couple of them are common, though, like walk, stand, attack, death; note that you can't play the walk animation with GUI triggers, also when there are multiple animation variations like attack-1, attack-2... you can't play a specific one of those using GUI, you can however do these things with the SetUnitAnimationById Jass function, you need to know the id of the animation you want to play, easiest way to get that is to look at the model in a program like warcraft3viewer where the animations are displayed in ascending order, starting with id 0. |
| 01-12-2009, 11:40 PM | #3 |
This tutorial of mine might help. |
