Files
gymkhana-actions/game/rooms/room07/esc/button_push.esc
2022-03-03 18:43:59 +01:00

12 lines
289 B
Plaintext
Executable File

:look
say player "That button uses camera_push to point the camera at the object r7_lower_stairs."
:use
# Disable input so all steps run without interruption
accept_input NONE
camera_push r7_lower_stairs 1 LINEAR
wait 2
camera_set_target 1 player
# Re-enable user input
accept_input ALL