fix: port some esc files
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
:setup
|
||||
# Uncomment to disable intro scene
|
||||
if not cocina_delante_intro_played:
|
||||
accept_input("SKIP")
|
||||
stop_snd()
|
||||
@@ -11,12 +10,12 @@
|
||||
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":
|
||||
teleport($player, $puerta_despensa_start)
|
||||
set_angle($player,180)
|
||||
set_angle($player, 180)
|
||||
stop
|
||||
|
||||
if ESC_LAST_SCENE == "cocina_detras":
|
||||
|
||||
Reference in New Issue
Block a user