AllowedStances( <stance> ... )


Module: AI
SP Only

Summary:

Sets the list of the actor's allowed stances.



Call this on:

<actor> An actor



Example:

 self AllowedStances( "crouch", "prone" );



Required Args:

  • 1 : <stance> (string) A stance, can be 'prone', 'crouch', 'stand'. Any number of stances may be added.