12 lines
289 B
Plaintext
Executable File
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
|