diff --git a/scripts/zm/replaced/zm_tomb_ee_main_step_8.gsc b/scripts/zm/replaced/zm_tomb_ee_main_step_8.gsc index 2c943bd4..878cceed 100644 --- a/scripts/zm/replaced/zm_tomb_ee_main_step_8.gsc +++ b/scripts/zm/replaced/zm_tomb_ee_main_step_8.gsc @@ -48,10 +48,6 @@ stage_logic() e_wall hide(); } - flag_wait( "ee_quadrotor_disabled" ); - wait 1; - level thread ee_samantha_say( "vox_sam_all_staff_freedom_0" ); - players = get_players(); foreach ( player in players ) { @@ -61,6 +57,10 @@ stage_logic() } } + flag_wait( "ee_quadrotor_disabled" ); + wait 1; + level thread ee_samantha_say( "vox_sam_all_staff_freedom_0" ); + t_portal = tomb_spawn_trigger_radius( s_pos.origin, 100, 1 ); t_portal.hint_string = &"ZM_TOMB_TELE"; t_portal thread waittill_player_activates();