beginscript; label Start: label win: if ( (GetGlobalVar (4) == 1) && (GetGlobalVar (5) == 1) && (GetGlobalVar (6) == 1) && PlayerInArea(9089,4264,500) ) { WaitForTime(40); PausePlayer(); ChangeCamera(0x80b,30,30); TriggerMessage(13,h13,0xffff); EndLevel(1); FreezePlayer(); EndFrame(); goto End; } EndFrame(); goto win; label End: EndFrame(); goto End; endscript; $