Merge pull request #5 from deep-entertainment/hotfix/firstscene

fix: ESC script workaround for compiler rewrite
This commit is contained in:
Julian Murgia
2021-06-06 14:38:52 +02:00
committed by GitHub
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