Jump to content
Sign in to follow this  
nullrick

Script for high prone stance?

Recommended Posts

Looking for a script to make a unit take the high prone stance. (sat down with rifle drawn)

Share this post


Link to post
Share on other sites

For transition into animation:

player playMove "aadjppnemstpsraswrfldup"

For sudden animation change:

player switchMove "aadjppnemstpsraswrfldup"

Share this post


Link to post
Share on other sites
For transition into animation:

player playMove "aadjppnemstpsraswrfldup"

For sudden animation change:

player switchMove "aadjppnemstpsraswrfldup"

Do you have a script for the "setUnitPos" command?

Share this post


Link to post
Share on other sites

I don't think you can set high\low stances with setUnitPos

Share this post


Link to post
Share on other sites
Looking for a script to make a unit take the high prone stance. (sat down with rifle drawn)

You need to write AI behaviour with an FSM to figure out when it is appropriate for the AI to use this stance, if you want it to be Dynamic, otherwise use SaMatra's examples when needed.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×