Page 1 of 1

Unlocking choices

Posted: Mon Apr 13, 2015 9:42 pm
by ChillTaco
I have a game I want to finish, but I some choices to stay hidden until the player finishes their first play through. How would I do that?

Re: Unlocking choices

Posted: Mon Apr 13, 2015 9:55 pm
by Zetsubou
Use persistent data: http://www.renpy.org/doc/html/persistent.html
Set a variable at the end of the game, then check for it whenever you want hidden choices to appear.

Re: Unlocking choices

Posted: Mon Apr 13, 2015 10:05 pm
by ChillTaco
Thanks your awesome.