beginscript; label Start: label check: if (PlayerInArea(6856, -964, 20)) { } EndFrame(); goto check; label camtrig: ChangeCamera(0x80e,30,30); SetVar (0, GetTime()+30); label timewait: if (GetVar(0) > GetTime()) { EndFrame(); goto timewait; } // change camera back ChangeCamera(0x801,30,30); ResumePlayer(); label End: EndFrame(); goto End; endscript; $