beginscript; label Start: DestroyObject(0x4d7); // PausePlayer(); //SpawnOtherUnit(0x700b); //SpawnOtherUnit(0x7016); //SpawnOtherUnit(0x7017); //SpawnOtherUnit(0x7018); //label Camera: // { //// ChangeCamera(0x805,30,30); // TriggerMessage(0,0xffff,0xffff); // SetVar(0, GetTime()+100); // EndFrame(); // goto TimeWait; // } // EndFrame(); // goto Camera; //label TimeWait: // if (GetVar(0) > GetTime()) // { // EndFrame(); // goto TimeWait; // } //label Camerax: // { // ChangeCamera(0x801,30,30); // ResumePlayer(); // EndFrame(); // goto End; // } label End: EndFrame(); goto End; endscript; $