Files
gymkhana-actions/game/rooms/room01/esc/room01.esc
Julian Murgia 0e6e8aa161 Re-implemented turn_to command (#390)
* Re-implemented turn_to command

Fixes #385
Fixed a bug in esc_movable blocking player_orients_on_arrival for ESCLocation nodes

* docs: Automatic update of API docs

* Fixes

Co-authored-by: StraToN <StraToN@users.noreply.github.com>
2021-09-09 22:57:03 +02:00

31 lines
583 B
Plaintext

:setup
> [eq ESC_LAST_SCENE room2]
teleport player r1_r_exit
# Set player look left
set_angle player 270
stop
> [!eq ESC_LAST_SCENE room2]
teleport player player_start
stop
:ready
set_sound_state _music res://game/sfx/contemplation.ogg true
> [!room1_visited]
set_global room1_visited true
set_global dialog_advance 0
set_global dialog_popup_advance 0
walk_block player r1_destination_point
wait 2
walk_block player r1_destination_point2
wait 2
set_angle player 225 false
wait 2
walk_block player r1_destination_point3
wait 1
turn_to player r1_r_exit false