fix: global declaration in cocina_delante.esc
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
:action3
|
||||
say player frontal_action3_say:"Me la ha dejado Eneko. Me ha dicho que la cuide, que se la regaló su abuelo."
|
||||
say($player, "Me la ha dejado Eneko. Me ha dicho que la cuide, que se la regaló su abuelo.", "frontal_action3_say")
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
:setup
|
||||
global cocina_delante_intro_played
|
||||
global turno_cocina_frontal_entregado
|
||||
global skip_intro
|
||||
global turno_cocina_eneko_catando
|
||||
global cocina_delante_intro_played
|
||||
global intro_dialog2_playing
|
||||
global turno_cocina_pan_mojado_playing
|
||||
|
||||
if not cocina_delante_intro_played:
|
||||
accept_input("SKIP")
|
||||
stop_snd()
|
||||
@@ -10,7 +18,7 @@
|
||||
inventory_add("turno_cocina_libro_de_cocina")
|
||||
|
||||
if not turno_cocina_eneko_catando:
|
||||
set_active(turno_cocina_ajo, false)
|
||||
set_active("turno_cocina_ajo", false)
|
||||
anim($eneko_smoking, "idle")
|
||||
|
||||
if ESC_LAST_SCENE == "despensa":
|
||||
@@ -36,7 +44,7 @@
|
||||
:ready
|
||||
|
||||
if not cocina_delante_intro_played:
|
||||
global cocina_delante_intro_played = true
|
||||
cocina_delante_intro_played = true
|
||||
|
||||
accept_input("SKIP")
|
||||
stop_snd()
|
||||
@@ -54,11 +62,11 @@
|
||||
set_angle($player,90)
|
||||
queue_event($eneko_smoking, "intro_dialog2", "intro_dialog2_channel", true)
|
||||
accept_input("ALL")
|
||||
global intro_dialog2_playing = false
|
||||
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")
|
||||
global turno_cocina_pan_mojado_playing = false
|
||||
turno_cocina_pan_mojado_playing = false
|
||||
|
||||
Reference in New Issue
Block a user