What's wrong with this code:
Code:
action ent001()
{
my.skill1 = 0;
while(my.skill1 < 100)
{
ent_frame("death", my.skill1);
my.skill1 += 1;
}
wait(1);
}
}


Gets the error message:

> UNDECLARED IDENTIFIER <

?




Last edited by rayp; 11/03/14 22:07. Reason: changed topic title : "Error Message" does not really say that much, 4my taste ... greets