What am I doing wrong here? (pic inside)

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
Gustavs14
Regular
Posts: 44
Joined: Mon Apr 03, 2017 2:06 pm
Contact:

What am I doing wrong here? (pic inside)

#1 Post by Gustavs14 »

http://imgur.com/a/Zvl6v

seems like everything should be in order, no?

Weird.

User avatar
Divona
Miko-Class Veteran
Posts: 678
Joined: Sun Jun 05, 2016 8:29 pm
Completed: The Falconers: Moonlight
Organization: Bionic Penguin
itch: bionicpenguin
Contact:

Re: What am I doing wrong here? (pic inside)

#2 Post by Divona »

Incorrect "menu" structure. Missing ":" at the end of the question line. Incorrect indentation of the following action line.

Code: Select all

menu:
    "Haha, you guessed it!":
        jump guessit

    "No, wrong person. Sorry!":
        jump wrongperson

    "No, it is me, Dio!":
        jump dio

    "If you want me to be":
        jump wantmetobe
Last edited by Divona on Fri Apr 28, 2017 10:22 am, edited 1 time in total.
Completed:
Image

User avatar
Karl_C
Veteran
Posts: 232
Joined: Sun Mar 31, 2013 6:18 am
Contact:

Re: What am I doing wrong here? (pic inside)

#3 Post by Karl_C »

Try:

Code: Select all

menu:
    "Haha, you guessed it!"
        jump guessit

Gustavs14
Regular
Posts: 44
Joined: Mon Apr 03, 2017 2:06 pm
Contact:

Re: What am I doing wrong here? (pic inside)

#4 Post by Gustavs14 »

Thanks a lot :)

Post Reply

Who is online

Users browsing this forum: Google [Bot]