11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
:setup
|
|
global turno_cocina_patata_grande_picked
|
|
|
|
teleport($player, "start")
|
|
set_angle($player, 270)
|
|
|
|
# Disable turno_cocina_patata_grande if already picked.
|
|
# We cannot look in inventory because the countable item is a different item.
|
|
if turno_cocina_patata_grande_picked:
|
|
set_active("turno_cocina_patata_grande", false)
|