ID:179453
 
is there a way to save the world variables, and if there is, how?
mob/verb/save_world_vars()
var/savefile/F = new("world.sav")
F["var1"]<<var1

var/var1