Files
gymkhana-actions/game/rooms/room15/esc/switch_animation.esc
balloonpopper 488b20656d feat: New room 15 files (#575)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-04-23 18:55:57 +02:00

9 lines
255 B
Plaintext

:use
> [!is_jester]
set_animations player res://game/characters/mark/mark_animations_jester.tres
set_global is_jester true
stop
> [is_jester]
set_animations player res://game/characters/mark/mark_animations.tres
set_global is_jester false
stop