client
verb
Save()
set category = "Social"
SaveMob()
usr << "<i>Saving...</i>"
sleep(10)
usr << "<i>Saved!</i>"
client/proc/SaveMob()
var/firstletter=copytext(src.ckey, 1, 2)
var/savefile/F = new("players/[firstletter]/[src.ckey].sav")
Problem description:there are no errors but when i run the game nd save it, nd i open nd load it again it doesnt load the same thing i saved b4 or could it be a load problem?