How do I make the window appear/disappear for cutscenes? The $scene.my_window.appear/disappear still seems to have some bugs.
When I first turn the switch on (to make the HUD visible), it doesn't appear unless I use "$scene.my_window.appear". However, when I do that, there are no numbers. I have to make it disappear, then appear again to get them to appear. Also, when I go into my menu (or somewhere other than Scene_Map) and come back, it disappears! Here's the full script in case it helps. Thanks if you can help solve this.