mob/verb/save()
var/savefile/F = new()
F << usr //write the player's mob
usr.client.Export(F)
usr<<"\blue<u><i><b>Saved!"
Problem description:
Heres the problem: Whenever i click save... it doesnt save. Can someone please send me coding in a way that it works or at least tell me wuts wrong?
It could be something wrong with your Read() and Write() proc if you have overwritten them.