Files
gymkhana-actions/game/rooms/room16/esc/current_scene_button.esc
2021-12-03 08:45:02 +01:00

12 lines
235 B
Plaintext

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