Search found 3 matches

by flauscher
Sat Mar 11, 2023 6:25 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Better code for showing dialogue on top of screen
Replies: 4
Views: 345

Re: Better code for showing dialogue on top of screen

Thank you so much! Calling in a new context is a real great alternative, which is definitely more elegant.
by flauscher
Fri Mar 10, 2023 11:59 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Better code for showing dialogue on top of screen
Replies: 4
Views: 345

Re: Better code for showing dialogue on top of screen

Typical... after searching some more, I found a solution HERE... But man: that code is even worse than before! It does work, and it doesn't bloat the call-stack. But, is there no better way to simply return to a screen?
by flauscher
Fri Mar 10, 2023 11:13 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Better code for showing dialogue on top of screen
Replies: 4
Views: 345

[Solved] Better code for showing dialogue on top of screen

Dear community, I'm searching for a solution for following problem: I want to display dialogue in front of a screen (with subscreens) while effectively "pausing" the game and disabling interactions with the underlying screen. Like showing a map screen, selecting a location and display the ...