Page 1 of 1

SAVe options?

PostPosted: Sun Feb 24, 2008 2:41 pm
by toshiro
is it posible to save other things than just player position in a game, is it posiblie to save transpearancy,events that are enabled, animation farme position, paths , new actors that were created? if anyone knows how to code for any save functions other than just player position please post a reply. thanx in advance :twisted:

Re: SAVe options?

PostPosted: Sun Feb 24, 2008 8:05 pm
by DilloDude
You can save anything you want too. All you do is make some variables to store the value you want to save, and put them in a save group. Then, when you want to save, copy those variables in, and use saveVars. When you want to load, use loadVars, and then copy them back.
If you want to be more complicated, you can write your own script to save things, which can be a pain but does have some advantages as well.