feat: add esc_current_scene reserved global (#474)
Co-authored-by: Duncan Brown <duncan@bhs-consultants.com>
This commit is contained in:
11
game/rooms/room16/esc/current_scene_button.esc
Normal file
11
game/rooms/room16/esc/current_scene_button.esc
Normal file
@@ -0,0 +1,11 @@
|
||||
:use
|
||||
|
||||
> [eq ESC_CURRENT_SCENE room16]
|
||||
say player "This sure looks like room 16."
|
||||
|
||||
> [eq ESC_CURRENT_SCENE ESC_LAST_SCENE]
|
||||
say player "I'll never say this."
|
||||
|
||||
> [eq ESC_CURRENT_SCENE room1]
|
||||
say player "I'll never say this, either."
|
||||
|
||||
Reference in New Issue
Block a user