https://wiki.zeroy.com/index.php?title=Call_of_Duty_4:_Scripting_Reference_-_AI::SetAimAnims&feed=atom&action=history Call of Duty 4: Scripting Reference - AI::SetAimAnims - Revision history 2024-03-29T14:41:01Z 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::SetAimAnims&diff=5894&oldid=prev CoDEmanX: New page: {{Function |Version=4 |Name=SetAimAnims( &lt;aim low&gt;, &lt;aim level&gt;, &lt;aim high&gt;, &lt;shoot low&gt;, &lt;shoot level&gt;, &lt;shoot high&gt; ) |Module=AI |Available=SP Only |S... 2009-07-31T00:01:14Z <p>New page: {{Function |Version=4 |Name=SetAimAnims( &lt;aim low&gt;, &lt;aim level&gt;, &lt;aim high&gt;, &lt;shoot low&gt;, &lt;shoot level&gt;, &lt;shoot high&gt; ) |Module=AI |Available=SP Only |S...</p> <p><b>New page</b></p><div>{{Function<br /> |Version=4<br /> |Name=SetAimAnims( &amp;lt;aim low&amp;gt;, &amp;lt;aim level&amp;gt;, &amp;lt;aim high&amp;gt;, &amp;lt;shoot low&amp;gt;, &amp;lt;shoot level&amp;gt;, &amp;lt;shoot high&amp;gt; )<br /> |Module=AI<br /> |Available=SP Only<br /> |Summary=Sets the aim animations for this actor<br /> |Call_on=&amp;lt;actor&amp;gt; An actor<br /> |Example=&lt;pre&gt;self SetAimAnims( anims[&quot;aim_down&quot;], anims[&quot;aim_straight&quot;], anims[&quot;aim_up&quot;], anims[&quot;shoot_down&quot;], anims[&quot;shoot_straight&quot;], anims[&quot;shoot_up&quot;] );&lt;/pre&gt;<br /> |Required_args=<br /> # &lt;aim low&gt; The animation to play for the actor aiming low<br /> # &lt;aim level&gt; The animation to play for the actor aiming straight<br /> # &lt;aim high&gt; The animation to play for the actor aiming high<br /> # &lt;shoot low&gt; The animation to play for the actor shooting low<br /> # &lt;shoot level&gt; The animation to play for the actor shooting straight<br /> # &lt;shoot high&gt; The animation to play for the actor shooting high<br /> |Optional_args<br /> |Notes<br /> }}</div> CoDEmanX