- Joined
- May 16, 2022
- Messages
- 114
- Reaction score
- 48
- First Language
- English
- Primarily Uses
- RMXP
So I customised my test game to hold a per-game score and an endings achieved list that both show on the status scree.
E.G. this -

Each game you play your score goes up when you do certain things as you would expect, 0 to 100%, and I want this to be shown against save games, on the Save/Load screen. I can put text on these no problem, but assume I would need to store and data I want to put here to the save file. Is this correct?
E.G. put variables against each saved game here -

I also have a 'endings achieved' list that is visible across games. This is held as a .csv file that the ending numbers are added to when a given ending is reached (there are seven in total).
And would like to also indicate the endings achieved to date on the saved file.
I've figured out most things from ether looking at the help file or searching for Ruby commands, but can't seem to find anything that talks about this. So I assume it's ether something that is difficult or can't be done, or I'm missing something so blindingly simple here that it isn't worth mentioning!
Any help would be appreciated.
E.G. this -

Each game you play your score goes up when you do certain things as you would expect, 0 to 100%, and I want this to be shown against save games, on the Save/Load screen. I can put text on these no problem, but assume I would need to store and data I want to put here to the save file. Is this correct?
E.G. put variables against each saved game here -

I also have a 'endings achieved' list that is visible across games. This is held as a .csv file that the ending numbers are added to when a given ending is reached (there are seven in total).
And would like to also indicate the endings achieved to date on the saved file.
I've figured out most things from ether looking at the help file or searching for Ruby commands, but can't seem to find anything that talks about this. So I assume it's ether something that is difficult or can't be done, or I'm missing something so blindingly simple here that it isn't worth mentioning!
Any help would be appreciated.