Very new to Ren'py, almost finished coding my first game, a political sim, using this language and wanted to ask a few questions I couldn't find answers to in the forums/guides:
1. Is there code that allows a player to go back to the last label they were at? I know rollback does this, but I want to disable rollback generally, but have this as a a menu option like:
menu:
"Ask for Advice":
jump advice
"Agree to this proposal":
(rollback to previous label)
Any ideas?
2. Any good code on here for having a date in the right corner of the screen? I don't want time, but something like "Year One, Season one" that I can update the numbers on later.
Sorry if this has been covered on threads before, but sometimes I find it's easier just to ask for what you want rather than start messing with someone elses code to try and make it do something different. Especially when you're new to a language
If anyone can help, let me know. Thanks.
Mark