Call of Duty Script Documentation
animcustom( <animscript> )
ModuleAI
Summary
Sets the anim script for this actor.
Call this function on
<actor> An actor
Example
self animcustom(animscripts\scripted\stalingrad_cover_crouch::main);
Minimum Number of arguments: 1
1 : (const string) The script name to run.
Number of optional arguments: 0
Return to Function List