Files
gymkhana-actions/game/rooms/room14/esc/button_pause_menu.esc

16 lines
361 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
:use
# Show pause menu, automatic transition are disabled by default
# So we can manage them manually using `transition` ESC command
show_menu pause
# wait 2 seconds
wait 2
# Hide pause menu, automatic transition are disabled by default
# So we can manage them manually using `transition` ESC command
hide_menu pause
:look
say player "Button pause menu"