feat: add esc_current_scene reserved global (#474)

Co-authored-by: Duncan Brown <duncan@bhs-consultants.com>
This commit is contained in:
Duncan Brown
2021-12-03 02:45:02 -05:00
committed by GitHub
parent 57f538be98
commit 391bf08f21
14 changed files with 272 additions and 33 deletions

View 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."