mob
Login()
..()
if("Save/[src.ckey].sav")
switch(input("Do you want to carry on with your save?") in list("Yes","No"))
if("Yes")
src.Load()
..()
else
//Blah.
else
//Blah.
Problem description: It goes on forever unless you don't enter it (Don't have a savefile) or start your save over again. I figured its to do with unnoticable logging out ("RedlineM203 has logged out", then "Redline has logged in") but then it goes it circles with the loaded savefile. Can someone redirect it?