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