ID:177979
 
How would i make a code that auto saves every player in the world every min? And it sasy Auto saving...Saved!
mob/player
New()
spawn while(1)
sleep(600)
[saving code]
return ..()

i think that should work
In response to Shizuka
Well..I really don't know what would go in the "Saving code here part. :(" I hate when it comes to exp combat aND Saving -___-
In response to ShadowSiientx
there are some tutorials/demos that show you how to do character saving, you should read those