:setup action is not managed only once anymore (#358)

Co-authored-by: StraToN <StraToN@users.noreply.github.com>
This commit is contained in:
Julian Murgia
2021-08-08 23:23:11 +02:00
committed by GitHub
parent cbb64df969
commit 61726bca81
20 changed files with 252 additions and 213 deletions

View File

@@ -1,6 +1,4 @@
: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
@@ -10,11 +8,19 @@
teleport player player_start
stop
:ready
set_sound_state bg_music res://game/sfx/contemplation.ogg true
walk player r1_destination_point
wait 2
walk player r1_destination_point2
wait 2
set_angle player 225 false
> [!room1_visited]
set_global room1_visited true
set_global dialog_advance 0
set_global dialog_popup_advance 0
walk player r1_destination_point
wait 2
walk player r1_destination_point2
wait 2
set_angle player 225 false