This commit is contained in:
2025-02-08 05:18:11 +01:00
parent cac9055f64
commit d18a9ed102
2 changed files with 8 additions and 8 deletions

View File

@@ -4,10 +4,10 @@
set_active($turno_cocina_bol, false)
:action3
say($player, "Un bol donde poner ingredientes", "cocina_bol_action3")
say($player, "Un bol donde poner ingredientes", "cocina_bol_action3_say")
#:action3 turno_cocina_peso
#inventory_remove($turno_cocina_peso)
#inventory_remove($turno_cocina_bol)
#inventory_add($turno_cocina_peso_bol)
#say($player, "Ya puedo pesar ingredientes!", "cocina_bol_action3_peso")
:action3 "turno_cocina_peso"
inventory_remove($turno_cocina_peso)
inventory_remove($turno_cocina_bol)
inventory_add($turno_cocina_peso_bol)
say($player, "Ya puedo pesar ingredientes!", "cocina_bol_action3_peso_say")