- May 27, 2018
- 127
- 523
Hey,
I'm using renpy.
I forgot to make a condition in my last update, so I was wondering if it's possible to use a certain choice from a menu as a condition for something else to happen later in the game?
for example... if I had a menu:
menu:
"day 9":
call day_9
"day 10":
call day_10
so, my question is if I can use a choice that the player made as a condition for something else to happen?
For example:
If day 9
call day_15
Thanks for the help
I'm using renpy.
I forgot to make a condition in my last update, so I was wondering if it's possible to use a certain choice from a menu as a condition for something else to happen later in the game?
for example... if I had a menu:
menu:
"day 9":
call day_9
"day 10":
call day_10
so, my question is if I can use a choice that the player made as a condition for something else to happen?
For example:
If day 9
call day_15
Thanks for the help