Files
gymkhana-actions/gymkhana/rooms/turno_cocina/cocina/esc/cocina.esc
Eneko Nieto d1fc5995d4 feat: Oier does not speak to Eneko at startup, now the game has no story and is very boring
fix: remember picked items to avoid appering in scene again
fix: counting potatoes
2023-10-06 00:08:33 +02:00

24 lines
701 B
Plaintext

:setup
# Disable turno_cocina_peso if already in inventory
> [i/turno_cocina_peso]
set_active turno_cocina_peso false
# Disable cocina_patata if already picked.
# We cannot look in inventory because the countable item is a different item.
> [cocina_patata_picked]
set_active cocina_patata false
# Disable cocina_debajo_sofa if already picked.
# We cannot look in inventory because the countable item is a different item.
> [cocina_debajo_sofa_picked]
set_active cocina_debajo_sofa false
# Position player depending of last scene
> [eq ESC_LAST_SCENE cocina_detras]
teleport player puerta_detras_start
set_angle player 180
stop
teleport player puerta_delante_start
set_angle player 270