Scoring?

Insigma
07 Mar 2005, 02:53
Is it possible (I'm sure it is) to implement a simple scoring system into games? I'm sure I've read it in the help files, but if it is there I can't find it now at all. Basically I need to set up a command that can only be implemented once the player has completed a set number of tasks. I could organise it using flags, but theoretically it'd be much easier if it could just be activated when a certain score is reached.

Any suggestions? Thanks.

francisstokes
07 Mar 2005, 07:25
You could set up a status variable for this.When the player does something that earns points,add a script that increses the variable.Then add a conditional script to check if the score is equal to whatever and add the necessary script.