AnimCustom( <animscript> )


Module: AI
SP Only

Summary:

Sets the anim script for this actor.



Call this on:

<actor> An actor



Example:

self AnimCustom( animscripts\scripted\stalingrad_cover_crouch::main );



Required Args:

  • 1 : (const string) The script name to run.