Making Multiple Choices in a Menu

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
MrJikoui
Newbie
Posts: 10
Joined: Thu Jan 30, 2014 7:03 pm
Projects: Nova Burst
Location: United States
Contact:

Making Multiple Choices in a Menu

#1 Post by MrJikoui » Sun Feb 09, 2014 5:57 pm

After searching for it for a while and couldn't find what I was looking for, so I figured I would ask here. I get the basic principal for making a menu (the Ren'Py tutorial was actually quite clear) and I've succeeded in making some menus with two choices, but I was wondering what the process for more than opted choices was. The same process? I know this seems kind of vague, but any help would be greatly appreciated. Thank you for your time.

User avatar
Juneberry
Regular
Posts: 115
Joined: Tue Jan 07, 2014 7:23 pm
Completed: One Leaf Clover
Projects: Deadly Heart
Location: New Jersey
Contact:

Re: Making Multiple Choices in a Menu

#2 Post by Juneberry » Sun Feb 09, 2014 5:58 pm

The same process as for the first two choices. The coding is all the same from what I know regarding that- I've made multiple choice menus before that worked by doing it, at any rate. :)

User avatar
Showsni
Miko-Class Veteran
Posts: 563
Joined: Tue Jul 24, 2007 12:58 pm
Contact:

Re: Making Multiple Choices in a Menu

#3 Post by Showsni » Sun Feb 09, 2014 6:58 pm

Just stick more choices on the end.

Code: Select all

menu:
    "Choice 1":
        "1!"
    "Choice 2":
        "2!"
    "Chocie 3":
        "You spelled choice wrong."

User avatar
MrJikoui
Newbie
Posts: 10
Joined: Thu Jan 30, 2014 7:03 pm
Projects: Nova Burst
Location: United States
Contact:

Re: Making Multiple Choices in a Menu

#4 Post by MrJikoui » Sun Feb 09, 2014 8:06 pm

I see. That makes sense. I thought it might be the same. I'll try it out later to make sure I know what I'm doing. Thanks guys!

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot]