ID:137339
 
Is there a way to delete your character save files?
like a Pwipe on games you host?
If you are hosting the game, just go to the directory it is hosted in, and delete all the character save files.
This should work:

//your save file name is "Saves.sav"
proc/DelSaves()
var/savefile/F = new("Saves.sav")
del(F)
In response to Lord of Water
Umm nope, look up fdel()
In response to Nadrew
There you go! Thanks, Nadrew. I'm a newb in the field...