Search found 4 matches

by Automne
Fri Oct 05, 2018 3:51 am
Forum: Ren'Py Questions and Announcements
Topic: How would I create a menu that only shows its options after a text box finishes?
Replies: 4
Views: 597

Re: How would I create a menu that only shows its options after a text box finishes?

philat wrote: Fri Oct 05, 2018 2:59 am

Code: Select all

    "This text will appear in the text box, and the menu will show after it has shown." 
    menu:
        extend ""
        
        "option 1":
            #do something
        "option 2":
            #do something else
Thank you, that worked!
by Automne
Fri Oct 05, 2018 1:28 am
Forum: Ren'Py Questions and Announcements
Topic: How would I create a menu that only shows its options after a text box finishes?
Replies: 4
Views: 597

Re: How would I create a menu that only shows its options after a text box finishes?

(snip) Yes, the problem is I don't want the dialogue box to go away. I guess my post might have been worded poorly. Here's what I want to happen: 1. Text box appears, and text starts to type. 2. Once the text box finishes typing and all dialogue is visible, the menu options appear. Text box is stil...
by Automne
Fri Oct 05, 2018 12:08 am
Forum: Ren'Py Questions and Announcements
Topic: How would I create a menu that only shows its options after a text box finishes?
Replies: 4
Views: 597

How would I create a menu that only shows its options after a text box finishes?

The way it happens by default is that the text box and the menu both appear at the same time. What I'd like to do is have a text box that types out its text, then once it finishes have the menu options to progress to one of the next scenes appear with the text box still visible at the bottom. I'll a...
by Automne
Thu Oct 04, 2018 11:23 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5535
Views: 2813165

Re: Guestbook

Hi everyone, I wasn't sure if I had to sign in here, but I figured it couldn't hurt. I've got some programming experience but I'm incredibly new to renpy and python in general, so I'll probably be around here a lot as I work on my VN. You can just call me by my username. I don't have any sort of web...