Guest User

Untitled

a guest
Aug 10th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. world
  2. proc
  3. auto_save()
  4. set background = 1
  5. save_char
  6. for(var/mob/M in world) // everyone in world
  7. M.Save_P()
  8. spawn(3000) goto save_char //Call autosave every 5 mins
Add Comment
Please, Sign In to add comment