@ztealmax or whatever.... you have
if file exist("playername$.inf")=1 then gosub password
and
open to write 1,"playername$.inf"
and then you read
the names are playername$.inf for the first two, and 1.inf for the reading function, so you aren't reading the file you are writing.
You would say something like:
if file exist(playername$+".inf")=1 then gosub password
open to write 1,(playername$+".inf")
and
open to read 2,(playername$+".inf")
for each of these I think.
I'm not sure - try it out, and if it works then thats good, and if it doesn't ask here again and someone more capable will answer.
Am I the only one here who's really confused?
http://db1games.topcities.com
(used to be demonsbreath)