I defined it at the top and like this: var quiz_score_var = 0;
I know the variable is no increased because in my function main there is this code:
if (quiz_score_var > 5)

{
level_load (western_str);

}

And the level will not load unless I set quiz_score_var's intitial value to 6.

Last edited by Cactus; 11/01/08 19:25.

HI