15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
:action1
|
|
play_lib_snd cocina_bol
|
|
inventory_add turno_cocina_bol
|
|
set_active turno_cocina_bol false
|
|
|
|
:action3
|
|
say player "Un bol donde poner ingredientes"
|
|
|
|
:action3 turno_cocina_peso
|
|
inventory_remove turno_cocina_peso
|
|
inventory_remove turno_cocina_bol
|
|
inventory_add turno_cocina_peso_bol
|
|
say current_player "Ya puedo pesar ingredientes!"
|
|
# set_global caja_herramientas_with_wrench true
|