Hmm... I dont know if I would use a save array deal, but I do have an untested brainstorm that would probably work.
Say you have 10 positions for a highscore.
if score>1
open to write 1,"Score 1.dat"
write byte 1,score
write string 1,name$
endif
if score>4
open to write 1,"score 2.dat
write byte 1,score
write string 1,name$
endif
I dont know if I used the proper code for saving since it has been a while.. I think it is right. Well say you are playing, and you get higher that a score. Then maybe its in the high scores.
Hmm..
Well I just confused myself(happens a lot)
Anyways just learn how to write to files and study a lot of the if statements and if then statements.
Trust me I am sure you can do it.
Later,
Nicolas
*Current Project: Untitled RPG
*Working With: Vash the Stampede 815
*http://www.blazing-fire.tk