Author Topic: VCE Help - Saving and loading  (Read 624 times)

For some reason saving/loading variables will not work for me.  This is what happens:
I can save variables and then load them while my server is running, but after I shut down the server and restart, the variables I saved while previously hosting do not load.  I don't know if they're supposed to do this, but I need to be able to save variables and then load them after I host at a different time.
I'm not sure if other players who come to my server and then leave/rejoin experience this, or if it's only after I shut down.



Are you using the new saving system? If so did you put multiple variables in one box? If so did you do this?
onActivate>Self>VCE_SaveVariable(Dunno if thats right)>Variable1, Variable2, Variable3

Thats should work, Do the same with loading.

Are you using the new saving system? If so did you put multiple variables in one box? If so did you do this?
onActivate>Self>VCE_SaveVariable(Dunno if thats right)>Variable1, Variable2, Variable3

Thats should work, Do the same with loading.
Does there have to be a space after each comma?  I figured that might mess with the variables' names as far as saving goes.

Nope, I use it that way and it works fine, Thats the way its supposed to be.

Nope, I use it that way and it works fine, Thats the way its supposed to be.
Cool, thanks for the help.