Can you only save global variables? If I have a list full of stuff in an area or turf, can I save it directly? Would I have to move all of its contents to a global list to save it? Basically I have a bunch of strings saved to lists in multiple /area/ and I want to save them to the world.
|
Copyright © 2024 BYOND Software.
All rights reserved.
You can save strings in a very similar manner. What you want to focus on is how you're going to separate the information inside the savefile(s). Loading it wouldn't be much different than this.
I am no expert on savefiles, but I'm fairly sure you won't need any knowledge outside of my example to do what you want to do. You may want to take a look at some resources to get a better feel for how savefiles work though.