SetChanged Help Please

Posted by David Berthiaume on Fri 25 Mar 2005 07:19 AM — 3 posts, 16,269 views.

#0
All right, I want to be able to have a timer keep my world saved, I want it to save it no matter what, if it's changed or not.

Do I need to use SetChanged?

If so, how would I do it?
world.SetChanged vbTrue
world.Save ""

Like that?

Or do I just need to world.save "" to force the save?

USA #1
You need only to save it. The setchanged is for forcing the world to prompt a 'do you want to save changes' upon exiting (or clearing it).
#2
Ok, No biggie. So regardless if there has been a change or not, world.save "" will force the change. Excellent.