https://wiki.zeroy.com/index.php?title=Call_of_Duty_4:_Scripting_Reference_-_AI::IsStanceAllowed&feed=atom&action=history Call of Duty 4: Scripting Reference - AI::IsStanceAllowed - Revision history 2024-03-29T04:57:07Z Revision history for this page on the wiki MediaWiki 1.41.0 https://wiki.zeroy.com/index.php?title=Call_of_Duty_4:_Scripting_Reference_-_AI::IsStanceAllowed&diff=5876&oldid=prev CoDEmanX: New page: {{Function |Version=4 |Name=IsStanceAllowed( &lt;stance&gt; ) |Module=AI |Available=SP Only |Summary=Checks whether this actor can go to the given stance. |Call_on=&lt;actor&gt; An actor |... 2009-07-30T23:51:17Z <p>New page: {{Function |Version=4 |Name=IsStanceAllowed( &lt;stance&gt; ) |Module=AI |Available=SP Only |Summary=Checks whether this actor can go to the given stance. |Call_on=&lt;actor&gt; An actor |...</p> <p><b>New page</b></p><div>{{Function<br /> |Version=4<br /> |Name=IsStanceAllowed( &amp;lt;stance&amp;gt; )<br /> |Module=AI<br /> |Available=SP Only<br /> |Summary=Checks whether this actor can go to the given stance.<br /> |Call_on=&amp;lt;actor&amp;gt; An actor<br /> |Example=&lt;pre&gt;if ( self IsStanceAllowed( &quot;stand&quot; ) )...&lt;/pre&gt;<br /> |Required_args=<br /> # &lt;stance&gt; (string) A stance, can be 'prone', 'crouch', 'stand'.<br /> |Optional_args<br /> |Notes<br /> }}</div> CoDEmanX