Author Topic: Variable Saving  (Read 638 times)

I have a question regarding the save/loadVariable event output.

In the RPG that I am currently working on there are many variables used.
Instead of having a seperate event line for every single variable that needs to be saved (on a save brick or something,) I was wondering if there is a way to save all variables used in one line and/or load all variables.

Is there an add-on that allows this?

If you're using VCE >= v5, you can seperate the different variables you want to save by commas.

If you're using VCE >= v5, you can seperate the different variables you want to save by commas.
I suppose that will be as good as it gets.
Thanks.