animindex?
Posted: Mon Oct 09, 2006 1:57 am
how would you use this in a script?????? i need some thing to the effect of...
if(animindex = 1)
{
CreateActor("MyAttack", "attack", "(none)", "(none)", 0, 0, false);
}
if(animindex = 1)
{
CreateActor("MyAttack", "attack", "(none)", "(none)", 0, 0, false);
}