From d666c9e4698884bec1673679561292f98a06c9e9 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Mon, 10 Feb 2025 00:01:16 +0100 Subject: [PATCH] more esc fixes --- gymkhana/rooms/turno_cocina/cocina/esc/cocina.esc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gymkhana/rooms/turno_cocina/cocina/esc/cocina.esc b/gymkhana/rooms/turno_cocina/cocina/esc/cocina.esc index ce8e27a3..7ea094c9 100644 --- a/gymkhana/rooms/turno_cocina/cocina/esc/cocina.esc +++ b/gymkhana/rooms/turno_cocina/cocina/esc/cocina.esc @@ -55,15 +55,15 @@ set_active($cocina_debajo_sofa, false) set_active($turno_cocina_jarra, false) set_active($cocina_pan, false) - accept_input(SKIP) + accept_input("SKIP") set_angle($player, 180) say($player, "No se me ocurre ningún plato, debería buscar un libro de recetas.", "cocina_intro_1") say($player, "Si mantienes MAYÚSCULAS pulsado los objetos con los que puedes interactuar aparecerán marcados.", "cocina_intro_2") - accept_input(ALL) + accept_input("ALL") if turno_cocina_mikel_playing: # TODO: in 3.6 a bug prevented walk_block working in this situation, test again with 4.3 # walk_block $player new_game_start_location # set_angle $player 180 say($player, "Ya no está, que raro...", "cocina_mikel_playing") - accept_input(ALL) + accept_input("ALL") global turno_cocina_mikel_playing = false