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