Saved game woes

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
FlipTopBin
Newbie
Posts: 15
Joined: Thu Apr 12, 2018 5:55 am
Contact:

Saved game woes

#1 Post by FlipTopBin » Thu Apr 12, 2018 12:53 pm

I have the say window set to auto which is working well. When I get to my main screen with my own UI the say window disappears and everything is cool.

If I now save the game with the window in this hidden state then restart the game and load the save file, the say window appears all across the bottom of my lovely new UI.

How can I prevent the say window re-appearing unecessarily after a load?

User avatar
Ocelot
Eileen-Class Veteran
Posts: 1883
Joined: Tue Aug 23, 2016 10:35 am
Github: MiiNiPaa
Discord: MiiNiPaa#4384
Contact:

Re: Saved game woes

#2 Post by Ocelot » Thu Apr 12, 2018 12:57 pm

YOu can try something like:

Code: Select all

label after_load:
    window hide
    window auto
    return
< < insert Rick Cook quote here > >

FlipTopBin
Newbie
Posts: 15
Joined: Thu Apr 12, 2018 5:55 am
Contact:

Re: Saved game woes

#3 Post by FlipTopBin » Thu Apr 12, 2018 2:04 pm

Worked a treat.

Thanks!

Post Reply

Who is online

Users browsing this forum: Bing [Bot]