Delete

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
darkroadgames
Newbie
Posts: 1
Joined: Fri Dec 15, 2023 6:56 pm
Contact:

Delete

#1 Post by darkroadgames »

Delete
Last edited by darkroadgames on Mon Dec 18, 2023 9:39 pm, edited 1 time in total.

User avatar
m_from_space
Miko-Class Veteran
Posts: 975
Joined: Sun Feb 21, 2021 3:36 am
Contact:

Re: Non-Choice text from any menu used on a previous page appears on new pages and breaks my formatting.

#2 Post by m_from_space »

darkroadgames wrote: Sat Dec 16, 2023 7:06 pm Pretty new to Renpy and have been making a lot of progress with the program, but I keep encountering the same issue.
Welcome! Please put your code into [ code ] ... [ /code ] tags next time you post it, thank. :)

As for your problem, I'm not sure you even use indentations in your code, but it's improtant.

Code: Select all

label start:
    "This is spoken by the narrator. Let's show a choice."
    menu:
        "Hey, what would you like to drink?"
        "Mate":
            jump drink_mate
        "Water":
            "Sorry, we don't have water. Game over."
    return
    
label drink_mate:
    "Alright, Mate it is. You won."
    return

Post Reply

Who is online

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