ID:264228
 
Clear Scoreboard
Clear_ScoreBoard()
set category = "GM"
world << "<B>[title][usr] has cleared the Scoreboard!"
del("levels.sav")


It won't delete the save files!
Try fdel(). The f-procs are for files.
In response to Jon88
So like this?
fdel("levels.sav")
In response to Jon88
Thanks alot that worked.