Hiding the message box and the panes for a given room?
Egan Solo
05 Apr 2023, 10:57How can I hide the msgBox and the panes for a given room which serves as an intro to the game with no interaction from the player?
mrangel
05 Apr 2023, 11:12You can show and hide the panes using:
JS.panesVisible (false)
andJS.panesVisible (true)
This both disables the panes and adjusts the screen size to make them fit.
![](https://i.imgur.com/8BcaZCyb.png)
DavyB
13 Apr 2023, 07:04In looking at an old posting I stumbled upon the code to hide and show the msgBox:
request (Hide, "Command")
and request (Show, "Command")
.