Files
gymkhana-actions/game/rooms/room8/esc/button_puzzle.esc
Julian Murgia 6aa466d6d2 Finished ESC camera commands reimplementation.
Some cleaning done, and all logging commands put in escoria.logger script.
2021-02-09 08:56:30 +01:00

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