Renamed all room folders to use 2 digits.
This commit is contained in:
10
game/rooms/room08/esc/button_puzzle.esc
Executable file
10
game/rooms/room08/esc/button_puzzle.esc
Executable file
@@ -0,0 +1,10 @@
|
||||
: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 "res://game/rooms/room08/puzzle/10_buttons_puzzle.tscn"
|
||||
|
||||
> [r8_m_door_open]
|
||||
say player "The door is already open."
|
||||
Reference in New Issue
Block a user