beginscript; label WaitForGVar0: if (GetGlobalVar(0) == 100000) { EndFrame(); goto RunCutScene1C; } EndFrame(); goto WaitForGVar0; label RunCutScene1C: FreezePlayer(); ChangeCamera(0x806,50,70); // Add Goin into the tunnle cut here ! SetVar (0, GetTime()+40); label TimeWait: if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait; } ResumePlayer(); ChangeCamera(0x801,50,70); //SetHUDTarget(TimerB_Scr); label End: EndFrame(); goto End; endscript; $