beginscript; label WaitForGVar1: if (GetGlobalVar(1) == 100000) { EndFrame(); goto RunCutScene2B; } EndFrame(); goto WaitForGVar1; label RunCutScene2B: //FreezePlayer(); //ChangeCamera(0x808,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; $