Hi there, I've been trying to resolve this issue for a while now but I'm very much a beginner when it comes using Harlowe (or any programming in general!). I've seen some questions related to this, but perhaps due to my beginner's knowledge, I wasn't able to get an answer to my issue from them.
I'm trying to make a game which has a diary function of sorts; ideally, the player would be able to complete a short chapter, then save this under a name of their choice. They could then reopen the game, complete another chapter, and save this under another name of their choice. Once they've saved one chapter or more, they should also be able to load them from a loading screen.
I've managed to create a single save file based on the notes in the Harlowe manual, but I'm really struggling to understand how to allow for multiple saves on the same device, and how to present those to the player once they've happened. Is this actually possible? If not, is there some other way the user could save those chapters to look back on later? The main thing for me is that they'd be able to look back on each individual completed chapter later on, whether inside the game or outside.
Thanks for reading and any advice!