Ground hog day tutorial
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
:setup
|
:setup
|
||||||
|
global cocina_delante_intro_played
|
||||||
|
|
||||||
# Disable cocina_patata if already picked.
|
# Disable cocina_patata if already picked.
|
||||||
# We cannot look in inventory because the countable item is a different item.
|
# We cannot look in inventory because the countable item is a different item.
|
||||||
if cocina_patata_picked:
|
if cocina_patata_picked:
|
||||||
@@ -29,7 +31,7 @@
|
|||||||
set_angle($player, 270)
|
set_angle($player, 270)
|
||||||
|
|
||||||
:ready
|
:ready
|
||||||
if !cocina_intro_played:
|
if !cocina_delante_intro_played:
|
||||||
set_active($turno_cocina_economica, false)
|
set_active($turno_cocina_economica, false)
|
||||||
set_interactive($turno_cocina_peso, false)
|
set_interactive($turno_cocina_peso, false)
|
||||||
set_active($turno_cocina_cocina_gas, false)
|
set_active($turno_cocina_cocina_gas, false)
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
global turno_cocina_frontal_entregado
|
global turno_cocina_frontal_entregado
|
||||||
global skip_intro
|
global skip_intro
|
||||||
global turno_cocina_eneko_catando
|
global turno_cocina_eneko_catando
|
||||||
global cocina_delante_intro_played
|
|
||||||
global intro_dialog2_playing
|
global intro_dialog2_playing
|
||||||
global turno_cocina_pan_mojado_playing
|
global turno_cocina_pan_mojado_playing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user