Game Over!

This commit is contained in:
2025-09-15 01:57:05 +02:00
parent 838776d259
commit e7e9dbb796
6 changed files with 20 additions and 43 deletions

View File

@@ -1,10 +1,11 @@
:setup
:init
global cocina_delante_intro_played
global turno_cocina_frontal_entregado
global turno_cocina_eneko_catando
global intro_dialog2_playing
global turno_cocina_pan_mojado_playing
:setup
if not cocina_delante_intro_played:
accept_input("SKIP")
stop_snd()
@@ -18,9 +19,9 @@
anim($eneko_smoking, "idle")
if ESC_LAST_SCENE == "despensa":
teleport($player, $puerta_despensa_start)
set_angle($player, 180)
stop
teleport($player, $puerta_despensa_start)
set_angle($player, 180)
stop
if ESC_LAST_SCENE == "cocina_detras":
teleport($player, $puerta_detras_start)
@@ -39,7 +40,7 @@
:ready
if not cocina_delante_intro_played:
cocina_delante_intro_played = true
set_global("cocina_delante_intro_played",true)
accept_input("SKIP")
stop_snd()
queue_event($eneko_smoking, "intro_dialog", "intro_dialog_channel", true)
@@ -56,11 +57,11 @@
set_angle($player,90)
queue_event($eneko_smoking, "intro_dialog2", "intro_dialog2_channel", true)
accept_input("ALL")
intro_dialog2_playing = false
set_global("intro_dialog2_playing", false)
if turno_cocina_pan_mojado_playing:
walk_block($player,$new_game_start_location)
set_angle($player, 90)
queue_event($eneko_smoking, "pan_mojado_dialog", "pan_mojado_dialog_channel", true)
accept_input("ALL")
turno_cocina_pan_mojado_playing = false
set_global("turno_cocina_pan_mojado_playing", false)