ID:175618
 
I have this so far
proc
autosave(mob/M as mob)
spawn while(1)
sleep(10)
M.client.SaveMob()
src<<"<b>Auto-saved</b>"

now where whould I call this?
How about login?