Attempt to fix dialogs "finish_fast" action.

This commit is contained in:
Julian Murgia
2021-01-30 14:00:23 +01:00
parent e6f4af74a8
commit b789490f63
45 changed files with 491 additions and 1114 deletions

22
game/rooms/room8/esc/room8.esc Executable file
View File

@@ -0,0 +1,22 @@
# :SETUP is called EVERY TIME the room is loaded
# :READY is called only the FIRST TIME the room is loaded
:setup
> [eq ESC_LAST_SCENE room7]
teleport player r8_l_exit
# Set player look right
set_angle player 90
stop
> [eq ESC_LAST_SCENE room9]
teleport player r8_m_door
# Set player look down
set_angle player 180
stop
> [!last_scene]
teleport player player_start
stop
:ready