beginscript; label WaitForGVar0: if (GetGlobalVar(0) == 3) { EndFrame(); goto RunCutScene1B; } EndFrame(); goto WaitForGVar0; label RunCutScene1B: //FreezePlayer(); //ChangeCamera(0x805,50,70); SetVar (0, GetTime()+40); label TimeWait: if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait; } //ResumePlayer(); //ChangeCamera(0x801,50,70); label WaitForPlayer: if (PlayerInRange(500)) { //SetHUDTarget(Jkl_G01_01_Scr); EndFrame(); goto End; } EndFrame(); goto WaitForPlayer; label End: EndFrame(); goto End; endscript; $