beginscript; label Start: ChangeCamera(0x806,30,30); SetButtonJump(); if (HasJumped()) { goto skipcs1; } WaitForTime(65); JumpOnButton(false); label skipcs1: ChangeCamera(0x803,30,30); TriggerMessage(1,0xffff,0xffff); TriggerUnit(0x7883); TriggerUnit(0x7884); SetButtonJump(); if (HasJumped()) { goto skipcs2; } WaitForTime(50); JumpOnButton(false); label skipcs2: ResumePlayer(); // make sure player is resumed too ChangeCamera (0x801,30,70); // change back EndFrame(); //label Camera1: // { // FreezePlayer(); // ChangeCamera(0x808,30,30); // SetVar(0, GetTime()+30); // EndFrame(); // goto TimeWait1; // } // EndFrame(); // goto Camera1; //label TimeWait1: // if (GetVar(0) > GetTime()) // { // EndFrame(); // goto TimeWait1; // } //label Camera2: // { // FreezePlayer(); // ChangeCamera(0x807,30,30); // SetVar(0, GetTime()+30); // EndFrame(); // goto TimeWait2; // } // EndFrame(); // goto Camera2; //label TimeWait2: // if (GetVar(0) > GetTime()) // { // EndFrame(); // goto TimeWait2; // } //label Camera3: // { // FreezePlayer(); // ChangeCamera(0x809,30,30); // SetVar(0, GetTime()+30); // EndFrame(); // goto TimeWait3; // } // EndFrame(); // goto Camera3; // //label TimeWait3: // if (GetVar(0) > GetTime()) // { // EndFrame(); // goto TimeWait3; // } // label Camera4: // { // // FreezePlayer(); // ChangeCamera(0x813,30,30); // SetVar(0, GetTime()+30); // EndFrame(); // goto TimeWait4; // } // EndFrame(); // goto Camera4; // // label TimeWait4: // if (GetVar(0) > GetTime()) // { // EndFrame(); // goto TimeWait4; // } //label Camera5: // { // FreezePlayer(); // ChangeCamera(0x80a,30,30); // SetVar(0, GetTime()+30); // EndFrame(); // goto TimeWait5; // } // EndFrame(); // goto Camera5; //label TimeWait5: // if (GetVar(0) > GetTime()) // { // EndFrame(); // goto TimeWait5; // } //label Camera6: // { // FreezePlayer(); // ChangeCamera(0x814,30,30); // SetVar(0, GetTime()+30); // EndFrame(); // goto TimeWait6; // } // EndFrame(); // goto Camera6; //label TimeWait6: // if (GetVar(0) > GetTime()) // { // EndFrame(); // goto TimeWait6; // } ResumePlayer(); // make sure player is resumed too ChangeCamera (0x801,30,70); // change back label End: EndFrame(); goto End; endscript; $