beginscript; label WaitForGVar0: if (GetGlobalVar(0) == 2) { EndFrame(); goto RunCutScene1A; } EndFrame(); goto WaitForGVar0; label RunCutScene1A: //FreezePlayer(); //ChangeCamera(0x804,50,70); SetVar (0, GetTime()+60); 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; $