more esc fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user