So my main game file is to hold the start screen and the high score table and
possibly the Game over screen
Then all my levels will be in there seperate level files.
How do I keep the score so it doesnt reset at the start of each level??
Is it simply keep it as a global variable or do I have to pass the parameter in the load level commands if so how do i do that