How to maintain the dialogue window/questio when using menus

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
brystfire
Newbie
Posts: 14
Joined: Thu Sep 12, 2013 3:59 am
Projects: Let's Learn Geometry
Contact:

How to maintain the dialogue window/questio when using menus

#1 Post by brystfire »

Hello Everyone!

Please tell me how to maintain the dialogue box windows when having choices.

I 'm not sure if i said it right!

I am using menus as choices in a quiz game i am making.
The problem is the menu appears after the question and the question's dialogue window is gone when the choices appears.
I wanted to maintain the question when the choices appears so that we can read the questions again after reading the choices.

I appreciate if you can help me on this matter.
I'm still a newbie in ren'py programming :)

i wanted it to look like this http://lemmasoft.renai.us/forums/viewto ... 11&t=16005
it is the quiz game i saw last time wherein the dialogue window and the menu appears simultaneously.

User avatar
Ophelia
Regular
Posts: 96
Joined: Mon Sep 16, 2013 11:38 am
Completed: tobag
Projects: Kajima
Contact:

Re: How to maintain the dialogue window/questio when using m

#2 Post by Ophelia »

Code: Select all

menu:
	"Where should I go?"
	"To the gate!":
		call gate
	"To the yard!":
 		call yard
Just add some text after the menu.

User avatar
brystfire
Newbie
Posts: 14
Joined: Thu Sep 12, 2013 3:59 am
Projects: Let's Learn Geometry
Contact:

Re: How to maintain the dialogue window/questio when using m

#3 Post by brystfire »

LOL it's that simple i haven't taught of that i have done question randomizations and other stuffs but i haven't taught of doing that

THANKS :)

Post Reply

Who is online

Users browsing this forum: Milkymalk