beginscript; label Start: label ha: if (OtherUnitInArea(0x782c, -2147, 424, 7000)) { goto cs1; } EndFrame(); goto ha; label cs1: FreezePlayer(); ChangeCamera(0x811,30,30); SetButtonJump(); if (HasJumped()) { goto skipcs1; } WaitForTime(150); JumpOnButton(false); label skipcs1: ChangeCamera(0x801,30,30); ResumePlayer(); label End: EndFrame(); goto End; endscript; $