Hey guys, can you suggest a script so that a creature attacks and then shows a "happy" animation on the map? It's very important for the map, please help.
PlayObjectAnimation("scripted unit name", "happy", ONESHOT_STILL);
ONESHOT_STILL - if the animation should only play once;
if you want the animation to be continuous, you need a different command; refer to the manual to find out which one.