I'm doing my save/load screen atm. and I'm wondering if theres a function or variable set up to collect the "total played" variable.
Also, is there a way to 'collect' the current say into the save aswell? I've seen this in VNs before and I like that idea.
I know I can do the title, with filesavename. But i'm looking for it to save aswell the current say dialog. :s
thanks!
edit: I found this, but i'm unsure how to add this into a way that the save files will grab it. >>
Code: Select all
$ hours = int(renpy.get_game_runtime()) // 3600
$ minutes = int(renpy.get_game_runtime()) // 60
"You finished the game in %(hours)d and %(minutes)d minutes."