I want to know if the QuickLoad button is hidden or not. If it's not possible to know the visible state of a button; for example, looking up its visible state by ID, then is there a way to count how many Quick Saves are? If you know there are 0 quick saves, then you can safely assume the Quick Load button is hidden, yes?
For now, the only solution I can think of is to force a Quick Save right at the beginning of a new game, so the Quick Load button doesn't hide.
Code: Select all
$ renpy.save('quick-1')