Files
gymkhana-actions/game/rooms/room08/esc/button_puzzle.esc
2021-10-07 08:22:11 +02:00

11 lines
293 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/room08/puzzle/10_buttons_puzzle.tscn"
spawn puzzle "res://game/rooms/room08/puzzle/10_buttons_puzzle.tscn"
> [r8_m_door_open]
say player "The door is already open."