diff --git a/gymkhana/rooms/turno_cocina/cocina_delante/esc/cocina_delante.esc b/gymkhana/rooms/turno_cocina/cocina_delante/esc/cocina_delante.esc index cc0f0a34..09bcf54a 100644 --- a/gymkhana/rooms/turno_cocina/cocina_delante/esc/cocina_delante.esc +++ b/gymkhana/rooms/turno_cocina/cocina_delante/esc/cocina_delante.esc @@ -18,13 +18,12 @@ set_angle player 180 :ready - set_global new_game true - > [new_game] - set_global new_game false - accept_input SKIP - set_gui_visible false - walk_block player puerta_cocina_start - set_angle player 180 - say current_player hello_start_game:"Alo Uli!" - set_gui_visible true - accept_input ALL +> [!cutscene_played] + set_global cutscene_played true + accept_input SKIP + set_gui_visible false + walk_block player puerta_cocina_start + set_angle player 180 + say current_player hello_start_game:"Alo Uli!" + set_gui_visible true + accept_input ALL