So here's a problem I frequently have with Renpy.
Rt random times in game it he function to hide the text stops working, even when I restart the game it is still broken.
Is there anything I can do and what causes this problem?
Edit: found out that when I start a new game the function works again, but stops working after a while. It seems like there's only a limited amount of "uses" for this function. Why?
Are you sure that you haven't accidentally tapped on your caps lock key? :winkytongue: The "h"-key works only when caps lock is off.
In case you haven't, then it may be a problem with your graphic card drivers. You could try to update or reinstall your graphic drivers and in case it doesn't help, try to switch the game from the default OpenGL mode to DirectX mode or software rendering mode. Just hit shift-g and select another renderer, restart the game and try to play.
In case both DirectX and OpenGL are problematic, you can try the software renderer, but be aware that it is slow even on fast computers and it would make sense to switch off transitions from the preferences menu while in software renderer mode.
You can also minimize the use of the h-key by using the patch in my sig that removes dialog box background.