ID:147869
 
I have a working system in my game that logs say and shout, GM commands, etc, but my verb to delete the logfile after I FTP it doesn't work.
            Delete_Log_File()
set desc = "Delete the world's log file."
set category = "Owner"
if(alert(usr,"Are you sure?","Delete log file?","Yes","No") == "Yes")
del("worldlog.txt")
use fdel(), not del()