So, I’m looking to do a few things:
First, I’m looking to disable the player’s ability to save in slot 0. I’m using that slot for autosaves, and I’d like to keep it that way.
Second, I’m looking for a way to enable overwriting for the other slots, rather than having to delete the save in order to make a new one.
I did find a section on here telling me how to do that, by building a new save dialogue box, and I used that with other help to make buttons that did what I wanted, but the issue was, it did not label the saves. Sure, a little bit of text could label them as "Slot 1: " and "Slot 2: ", but I can’t seem to find a way to display a save’s title as text.
So, either I need to find a way to make the save screen display the buttons I want, which seems like it might be harder, or I need to find a way to display the save title as a string of text, which sounds like it should be easy. Either one will work, or both.
I started my first project not too long ago, so I’m relatively new to programming in general. I’m trying to learn as I go, and it has led to several revisions when I realised I could do something easier. I have less than two months of experience.