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?
ID:175618
Mar 27 2003, 4:05 pm
|
|
I have this so far
proc now where whould I call this? How about login? |