Page 1 of 1

(Solved) Renpy command to make the same as the hide button?

Posted: Thu Apr 06, 2017 11:33 pm
by charliesan763
Hi, I just finished my game and everything seems to be working just fine! :D but I was wondering if there was a way to hide the textbox without the player clicking like an automatic action equal to pressing the "h" key to hide the textbox. I don´t want to make the textbox transparent or nothing like that. It´s just because the last bg shows "The End" but it has the empy textbox in front of it :P It´s just an esthetical change, the game will work fine without it but it would look nicer that way 8) thanks in advance!

Re: Action/command in renpy to make the same as the hide but

Posted: Thu Apr 06, 2017 11:50 pm
by famakki1
Are you looking for:

Code: Select all

window hide Dissolve(1)
window hide will be instant

Re: Action/command in renpy to make the same as the hide but

Posted: Fri Apr 07, 2017 12:18 am
by charliesan763
famakki1 wrote:Are you looking for:

Code: Select all

window hide Dissolve(1)
window hide will be instant
It worked like a charm :D and I added a pause after it and I got exactly what I wanted :lol: thanks a lot! :mrgreen: