Basically I want to store the top 3 scores from 3 levels to a text file and then retrieve them when the user opens the high score actor.
I have tried all different coding but I have had no luck. Any ideas for a simple system.
I was thinking using an IF statment that would check the level then check the current high scores and if it was higher overwrite the line in the file with the new score.
Thanks :)

