Q: Passing actor animation to global script
Posted: Mon Jun 19, 2006 2:11 am
Is one able to pass a string of an action animation to a global script, for use in a createactor statement?
Game Editor discussion board
http://game-editor.com/forum/
void CallAnimation(char *name)
{
//Your code here
}
CallAnimation("The name of your animation");