
-----------------------------------
Krocker
Fri Nov 26, 2010 11:28 am

Scoring
-----------------------------------
Hiya, i need to create a gaming show. im having trouble trying to have the game kepe track and add scores when ever ther right answer was chosen. Can some one  help me plz  :oops:  :cry:

-----------------------------------
TokenHerbz
Fri Nov 26, 2010 3:38 pm

RE:Scoring
-----------------------------------
just make an integer named "score" and have it add 1 to the score for each time there is a correct answer.

[code]
var score: int := 0
[/code]
