Is there a way to store all variables?

I'm not sure, is there a way to save all variables to persistent storage at once? I'm adding a save system to my game, and want to be able to save everything without having to write "store VarName" for every variable. I'm not sure if you can do this though. Thank you!

So, as far as I know, you need to add store "variableName" to each specific variable, then if you want to store all of the variables you've already stored at once, you can just say store. There may be another way, but as far as I know there is not. Hope this helps!

1 Like