Solved Force animation face right

Question that is answered or resolved.

dantedevil

Well-known member
Hello!

I'm working a lot in my mod and now have a new boss with a special animation.
Before you defeat the boss, when he have low health, he perform the special animation and then escape.
So I want he perform this animation to the right of the level, no matter the place he is located in that moment.
I search the specific script for this, but can't fin it in thw threads.
 
Last edited:
Solution
Code:
@cmd changeentityproperty getlocalvar("self") "direction" 0
Hello my friend!

That's wonderful!
This is exactly I need.

Thanks for your help!
Code:
@cmd changeentityproperty getlocalvar("self") "direction" 0
Hello my friend!

That's wonderful!
This is exactly I need.

Thanks for your help!
 
Last edited:
Solution
Back
Top Bottom