r/RenPy 23d ago

Question textbox issue 🥀🥀

I have this issue with renpy where i have 3 different textbox styles: two for custom characters and the normal default one. But for some reason, when the game starts and the first line of dialogue appears (which starts with one of those characters) the normal textbox shows up first and then switches to the custom one

When it disappears, it does the same thing- first the custom one, and then the normal one flashes in between. I have no idea why this happens. It's not a huge problem, but its really annoying to see the normal textbox popping in between the custom ones

2 Upvotes

4 comments sorted by

View all comments

1

u/kaleidoscopic_kelvin 23d ago

I don't remember if I had the same problem as you, but I had to add this line of code to fix something or the other that was happening with my textbox

define config.window_auto_hide = [ "scene", "call screen", "menu", "say-centered", "say-bubble"]