world/New()
..()
world.OpenPort(3000)
Load()
mob/verb/Save()
set name = "Save Settings"
set category= "Server Checking"
Save()
proc
Load()
if(fexists("Monitor.sav"))
var/savefile/F = new ("Monitor.sav")
F >> address
F >> port
F >> resources
Save()
var/savefile/F = new("Monitor.sav")
world<<"Saved"
F << address
F << port
F << resources
Problem description: Now when i press save nothing happens and my dream seeker closes. I go to trace.txt and see nothing. Is there a runtime error that I can see so I may fix this or does someone knows whats wrong?
~>Jiskuha
~>Jiskuha