fix: ESC script workaround for compiler rewrite

This commit is contained in:
Dennis Ploeger
2021-06-06 13:10:22 +02:00
parent 73266ec1d9
commit d8c9bc5f8d
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
:setup
set_global dialog_advance 0
set_global dialog_popup_advance 0
> [eq ESC_LAST_SCENE room2]
teleport player r1_r_exit
# Set player look left

View File

@@ -1,5 +1,5 @@
:look
> [! dialog_advance]
> [eq dialog_advance 0]
say player "I don't know what that stuff is."
set_global dialog_advance 1
stop

View File

@@ -1,5 +1,5 @@
:look
> [! dialog_popup_advance]
> [eq dialog_popup_advance 0]
say player "I don't know what that stuff is." dialog_box_inset
set_global dialog_popup_advance 1
stop