13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
:action1
|
|
inventory_add turno_cocina_bol
|
|
|
|
: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
|