Search found 2 matches

by Lobo
Tue Oct 22, 2019 8:25 am
Forum: Ren'Py Questions and Announcements
Topic: Making a Screen Disappear on Line Transition
Replies: 3
Views: 463

Re: Making a Screen Disappear on Line Transition

Yes, I know about the hide screen inventory syntax, but I don't know where to put it. If I would show the screen directly from a script I could simply do: show screen inventory "Here is your inventory..." hide screen inventory "Now the inventory is closed." But in my case, the sc...
by Lobo
Tue Oct 22, 2019 5:40 am
Forum: Ren'Py Questions and Announcements
Topic: Making a Screen Disappear on Line Transition
Replies: 3
Views: 463

Making a Screen Disappear on Line Transition

I'm using several screens that pop up due to user interaction and are non-blocking. If the user continues the main story I'd like to autohide those. So I'm looking for a way to autohide the screen whenever the user continues the story (e.g. triggering a say or a scene line in the script). I'm curren...