Files
gymkhana-actions/game/rooms/room10/esc/button_slide.esc
balloonpopper eea74ff828 fix: New graphics for room 10 (#529)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-03-07 09:05:57 +01:00

20 lines
351 B
Plaintext

# Testing the slide and slide_block command
:use
accept_input SKIP
say player "UUUuugh. I'm not feeling so well..."
slide_block player slide_pos_1
say player "Ugh!"
slide player slide_pos_2
sched_event 5 button_slide slide_back
say player "Heeeeeeeelp!"
:slide_back
slide_block player slide_location
say player "That's better."
accept_input ALL