-
Rookie
Help, I don't know how to loop animations.
I try to use an animation where my unit lays down and sleeps but he always gets back up after. How do I make it so that the animation loops the point that he lays down?
-
try
this DisableAI "TARGET";this DisableAI "AUTOTARGET" ;this DisableAI "MOVE" ;this DisableAI "ANIM";
put it in the INIT line for the unit.
and try SwitchMove instead of PlayMove
its from my head since i am at work, so cant test
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules