10 override protected void Setup()
12 RegisterWaypoint(
"WP_DRIVINGHEAVY_6");
13 m_fWaypointCompletionRadius = 10;
14 SCR_HintManagerComponent.HideHint();
15 if (!m_TutorialComponent.GetVoiceSystem().IsPlaying())
16 PlaySoundSystem(
"Brakelock");
18 GetGame().GetCallqueue().CallLater(PlaySoundSystem, 1000,
false,
"Brakelock",
false);
23 override protected bool GetIsFinished()
25 if (!m_TutorialComponent.GetVoiceSystem().IsPlaying())