Change the code to:
Code:
var animation;

action ent001
{
animation = 0;
while(animation < 100) {ent_animate("death",animation); animation+=1; wait(1) ; }
}


It is now another error message:

Error in line 16 ...

That is > animation = 0; <

?

Last edited by rayp; 08/13/14 23:27. Reason: only added code - tags