Hiding JS custom status pane and showing it

Y4T5UR0
12 Feb 2020, 09:18So basically I want to "hide" the JS custom status pane in the beginning of the game but then when the player enters a certain room I want to show the JS custom pane. Is it possible?
Thx for the attention
mrangel
12 Feb 2020, 10:29JS.uiHide ("#customStatusPane")
JS.uiShow ("#customStatusPane")