Files
gymkhana-actions/game/rooms/room9/esc/closet_right.esc
Julian Murgia bd3ef71c80 Added hover stack to manage overlapping Area2Ds
Added room selector in demo scenes
Modified dialogues in room 1, fixed bug in room 8 and 9
2021-02-03 18:19:40 +01:00

18 lines
303 B
Plaintext
Executable File

# Magical closet: the object is always in the LAST opened closet
:open
> [right_closet_open]
stop
set_global right_closet_open true
inc_global open_closets 1
> [lt open_closets 3]
set_state r9_closet_right open_no_object
stop
> [eq open_closets 3]
set_state r9_closet_right open_object
stop