Hiding the message box and the panes for a given room?

Egan Solo
05 Apr 2023, 10:57

How 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:12

You can show and hide the panes using:

  • JS.panesVisible (false)
    and
  • JS.panesVisible (true)

This both disables the panes and adjusts the screen size to make them fit.


DavyB
13 Apr 2023, 07:04

In looking at an old posting I stumbled upon the code to hide and show the msgBox:
request (Hide, "Command") and request (Show, "Command").