Call of Duty Script Documentation

startscriptedanim(<notify>,<origin>,<angles>,<animation>,<mode>,<root>)


Module
AI


Summary


Runs an animscript on an actor.

Call this function on


<actor> An actor

Example


driver startscriptedanim("germantruck_driver_closedoor", org , angles, driver.closedooranim);

Minimum Number of arguments: 4


Number of optional arguments: 2



Return to Function List