Ok so recently my save code has stopped working and i cant figure out why. Its not with my code cause i havent changed anything and i dont know why its doint it. Here is the error and the line it refers to
BYOND Error:(Sfile.cpp,1177) failed to open file:
BYOND Error:(Sfile.cpp,1177) C:\Documents and Settings\Deering\Desktop\Avatar Universe\Avatar Universe\Players\nightjumper881.sav
proc name: SaveExit (/mob/proc/SaveExit)
var/savefile/F = new("Players/[src.ckey][src.save].sav")
.cpp is C++ files, why is that there for BYOND files?
And I think we need to see the whole SaveExit() proc.