Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
meade95

Make Unit always stay "crouching" stance?

Recommended Posts

Is there a way to make AI units always stay in "crouching" stance?

I would like to set this for Friendly AI on Patrol.

Share this post


Link to post
Share on other sites
Is there a way to make AI units always stay in "crouching" stance?

I would like to set this for Friendly AI on Patrol.

{_x setunitpos "middle"} forEach thislist

Put that in the init field of the group leader. If that doesn't work then:

this setunitpos "middle" 

should do it. Put it in the init line of all the guys you want crouched.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×