Ajo y cata
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
global turno_cocina_frontal_debajo_sofa
|
||||
global turno_cocina_economica_encendida
|
||||
global turno_cocina_frontal_entregado
|
||||
global turno_cocina_eneko_cata_ok
|
||||
|
||||
:action1
|
||||
say($player, "Tiene pinta de que fuma", "cocina_delante_eneko_smoking_action1_say")
|
||||
@@ -89,6 +90,37 @@
|
||||
say($player, "Espero que disfrutes el juego y buena suerte!", "cocina_delante_intro_dialog2_player_decision_to_user4")
|
||||
turno_cocina_tutorial_done = true
|
||||
|
||||
:turno_cocina_eneko_catando_end_le_gusta_muchisimo
|
||||
play_video("res://gymkhana/videos/turno_cocina/eneko_sale_le_gusta_muchisimo.ogv")
|
||||
set_global("turno_cocina_eneko_cata_ok", true)
|
||||
set_active($eneko_smoking, true)
|
||||
set_active($turno_cocina_ajo, false)
|
||||
play_snd("res://gymkhana/sounds/music_loop.ogg", "_music")
|
||||
|
||||
:turno_cocina_eneko_catando_end_le_gusta
|
||||
play_video("res://gymkhana/videos/turno_cocina/eneko_sale_le_gusta.ogv")
|
||||
set_global("turno_cocina_eneko_cata_ok", true)
|
||||
set_active($eneko_smoking, true)
|
||||
set_active($turno_cocina_ajo, false)
|
||||
play_snd("res://gymkhana/sounds/music_loop.ogg", "_music")
|
||||
:turno_cocina_eneko_catando_end_no_le_gusta
|
||||
play_video("res://gymkhana/videos/turno_cocina/eneko_sale_no_le_gusta.ogv")
|
||||
set_active($eneko_smoking, true)
|
||||
set_active($turno_cocina_ajo, false)
|
||||
play_snd("res://gymkhana/sounds/music_loop.ogg", "_music")
|
||||
|
||||
:turno_cocina_eneko_catando_end
|
||||
set_active($cocina_delante_puerta_cocina, true)
|
||||
set_active($cocina_delante_puerta_despensa, true)
|
||||
set_active($cocina_delante_puerta_detras, true)
|
||||
set_global("cocina_delante_catando", false)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
:pan_mojado_dialog
|
||||
say($player, "Se ha caído un poco de agua sobre el pan y está blando.", "cocina_delante_pan_mojado_dialog_1")
|
||||
say($eneko_smoking, "Está hablando? Y que es lo que dice?", "cocina_delante_pan_mojado_dialog_2")
|
||||
@@ -107,7 +139,7 @@
|
||||
- "cocina_delante_intro_dialog_catar:Ya he hecho las lentejas!" [turno_cocina_ingrediente_lentejas]
|
||||
stop_snd()
|
||||
play_video("res://gymkhana/videos/turno_cocina/eneko_entra_cocina.ogv")
|
||||
cocina_delante_catando = true
|
||||
global cocina_delante_catando = true
|
||||
set_active($eneko_smoking, false)
|
||||
if !turno_cocina_ingrediente_ajo_cogido:
|
||||
set_active($turno_cocina_ajo, true)
|
||||
@@ -115,6 +147,20 @@
|
||||
set_active($cocina_delante_puerta_despensa, false)
|
||||
set_active($cocina_delante_puerta_detras, false)
|
||||
sched_event(7, $eneko_smoking, "turno_cocina_eneko_catando_end")
|
||||
|
||||
if turno_cocina_ingrediente_patatas and turno_cocina_ingrediente_ajo_en_lentejas and turno_cocina_ingrediente_romero:
|
||||
sched_event(7, $eneko_smoking, "turno_cocina_eneko_catando_end_le_gusta_muchisimo")
|
||||
|
||||
elif turno_cocina_ingrediente_patatas and turno_cocina_ingrediente_ajo_en_lentejas:
|
||||
sched_event(7, $eneko_smoking, "turno_cocina_eneko_catando_end_le_gusta")
|
||||
|
||||
elif turno_cocina_ingrediente_ajo_en_lentejas:
|
||||
sched_event(7, $eneko_smoking, "turno_cocina_eneko_catando_end_no_le_gusta")
|
||||
|
||||
elif not turno_cocina_ingrediente_patatas:
|
||||
sched_event(7, $eneko_smoking, "turno_cocina_eneko_catando_end_no_le_gusta")
|
||||
else:
|
||||
sched_event(7, $eneko_smoking, "turno_cocina_eneko_catando_end_no_le_gusta")
|
||||
done
|
||||
- "turno_cocina_eneko_zorionak:Zorionak!!!!" [zorionak_eneko]
|
||||
say_last_dialog_option()
|
||||
|
||||
Reference in New Issue
Block a user