by Just4Fun » Fri Feb 11, 2005 4:41 pm
It sounds like you need to create a variable to keep track of your "score" Actor's value.
Say that you have 5 stars. Your script might look something like this:
int starCount=5; //define your variable
starCount=starCount - 1; //decrement your variable
if (starCount<=0)
{
blah, blah, blah
} //end if
I've learned that I still have a lot to learn.
** Makslane == Genious **