Hello guys, i m playing with Renpy.
I have a problem on a menu with choice.
I don't really know how to explain
I want to make dialog with choice.
But i want something like this :
This is easy BUT i need when the player click on "Look in the room" or "Call for help" to came back in the first menu with different choice like that :
And for the end, i need to make some choice required like that :
I m sorry it"s hard for me to explain
maybe like that :
If it's to hard to understand i can make fake menu in Renpy and take a screenshots.
Thanks for your help guys, and sorry for my English and my explanations
I have a problem on a menu with choice.
I don't really know how to explain
I want to make dialog with choice.
But i want something like this :
Code:
Menu :
"Look in the room"
"I m looking in the room, i see nothing"
"Call for help"
i m screaming for help nobody respond"
Code:
If player has clicked on Look in the room:
Menu :
"Look in the room again"
"I m looking in the room again, i see a window"
"Call for help" (nothing change compared to the first menu)
"i m screaming for help" (nothing change compared to the first menu)
OR
if player has clicked on Call for help:
Menu:
"Look in the room" (nothing change compared to the first menu)
"I m looking in the room, i see nothing" (nothing change compared to the first menu)
"Call for help louder"
"i m screaming louder, someone respond me"
Code:
If player has clicked on "Look in the room again":
Menu:
"Look in the room better"
"I m looking in the room for the third time, i see nothing more" (This phrase is looping if the player spam on "Look in the room better" BUT now the game can continue if the player choice Call for Help, if the player don"t search 3 time he can spam Call for help the game don't continue)
"Call for help
"i m screaming for help"
maybe like that :
Code:
menu :
-choice 1 (unlock choice 1.2)
-choice 2 (unlock choice 2.2)
menu :
-choice 1.2 (unlock choice 1.3)
-choice 2.2 (unlock choice 2.3)
menu :
-choice 1.3 looping if spam but unlock the possibility to go further
-choice 2.3 looping if the 1.3 is lock, go further is 1.3 is unlock
Thanks for your help guys, and sorry for my English and my explanations