ID:178525
 
for var/safe_name it sez bad proc and for F.cd it sez invalid expression.


proc/SaveCharacter(char_name)
var/savefile/F = new("players.sav")

var/safe_name = ckey(char_name)
F.cd = "/[ckey]/[safe_name]"
F["full_name"] << char_name
I added all those save functions and 33 errors popped up! GOOD LORD! How am I going to be able to add save functions if it screws up the whole rest of my code?