Files
gymkhana-actions/game/rooms/room8/esc/button_puzzle.esc
Julian Murgia 9fd1d6738d Added new room demonstrating a puzzle scene superposed on top of the room.
Need ESC commands to hide escoria.main.current_room and escoria.main.game.ui.*
2021-01-22 14:03:31 +01:00

10 lines
221 B
Plaintext
Executable File

:look
say player "That must be the command to open the door."
:use
> [!r8_m_door_open]
superpose_scene "res://game/rooms/room8/puzzle/10_buttons_puzzle.tscn"
> [r8_m_door_open]
say player "The door is already open."