Issue with continue button during build

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
Thundy
Regular
Posts: 88
Joined: Tue Dec 05, 2017 9:08 am
Contact:

Issue with continue button during build

#1 Post by Thundy »

I have a continue button on my main menu, which functions correctly when testing, but when I try to build it throws out an attribute error. My continue button code is:

Code: Select all

label quit:
    $renpy.save("continue", "continue")
    return
    
label continuer:
    $renpy.load("continue")
    return
with the following code in the navigation screen

Code: Select all

if renpy.can_load("continue"):
                textbutton _("Continue") action If(renpy.can_load("continue"), true=Jump("continuer"))
anyone encountered this problem before?

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot]