I'm attempting to save the current score of the player to a .txt file and I can't seem to get it right... <img src="smileys/smiley19.gif" border="0" align="middle" />
Here's what I have so far:
"t = System.globalvar('CurScore') f = open('scores.txt', 'a')
f.write t
f.closed"
At some point, I'd also like to get the program to display the highest score within the file but right now I just want this.
Any ideas?
Thanks.