• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

How to make a unit lie down...

Status
Not open for further replies.
Level 4
Joined
Apr 27, 2007
Messages
65
Well, the title itself says what i want, but i need to know to to make the units lie down... but NOT dead, no no, i mean alive... :)

Tnx for the help i get... IF i get some...
 
Level 2
Joined
Mar 25, 2007
Messages
13
Well, best way to do it is as RedBlade suggested:

  • Events
    • Map Initialisation
  • Conditions
  • Actions
    • Animation - Play (any unit you like)'s death animation

Also, it is known that most (if not all) Ogres have an extra "sleep" animation.
Use it like this:

  • Events
    • Map Initialisation
  • Conditions
  • Actions
    • Animation - Play (any Ogre unit)'s sleep animation

It only works with ogres though. Hope this helps! Have fun!:infl_thumbs_up:
 
Status
Not open for further replies.
Top