Showing dialog box and choices at the same time

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
roankun
Regular
Posts: 94
Joined: Fri Jun 11, 2010 4:01 am
Projects: RHS
Contact:

Showing dialog box and choices at the same time

#1 Post by roankun » Fri Apr 22, 2011 4:46 am

It seems that whenever choices show up, the dialog box disappears... Because my images are only made up to the chest, I place them right aboce the dialog box so that it appears that their lower body is hidden by the dialog box... So I want to make something like this
Image
This image is just edited from the screen before the choice, and then during. Is this possible?
I don't have any kind words to spare to someone who already has all the reason in the world to feel good about himself.
http://roankun.wordpress.com/

User avatar
Aleema
Lemma-Class Veteran
Posts: 2677
Joined: Fri May 23, 2008 2:11 pm
Organization: happyB
Tumblr: happybackwards
Contact:

Re: Showing dialog box and choices at the same time

#2 Post by Aleema » Fri Apr 22, 2011 5:02 am

Yes:

Code: Select all

    "What should I do?"
    menu:
        "What should I do?"
        "Nothing":
            "yay!"
        "Everything":
            "aww"
Just type the sentence without a colon or block under it.

User avatar
roankun
Regular
Posts: 94
Joined: Fri Jun 11, 2010 4:01 am
Projects: RHS
Contact:

Re: Showing dialog box and choices at the same time

#3 Post by roankun » Fri Apr 22, 2011 5:19 am

You're awesome! Thank you very much :D
I don't have any kind words to spare to someone who already has all the reason in the world to feel good about himself.
http://roankun.wordpress.com/

Post Reply

Who is online

Users browsing this forum: Google [Bot]