beginscript; label Start: label win: if ( PlayerInArea(7749, 5103, 1100) || PlayerInArea(8589, 5569, 1000) ) { SpawnOtherUnit(0x7812); SpawnOtherUnit(0x7814); SpawnOtherUnit(0x7805); SpawnOtherUnit(0x7809); SpawnOtherUnit(0x780a); SpawnOtherUnit(0x780b); EndFrame(); goto win1; } EndFrame(); goto win; label win1: if ( PlayerInArea(7168,6541,1200) ) { // ChangeCamera(0x805,30,30); // ChangeCamOnButton(0x805,30,30); TriggerMessage(8,h8,0xffff); // SetVar(0, GetTime()+30); EndFrame(); goto End; } EndFrame(); goto win1; //label TimeWait2: // if (GetVar(0) > GetTime()) // { // EndFrame(); // goto TimeWait2; // } //label Camerax: // { // ChangeCamera(0x801,30,30); // ResumePlayer(); // EndFrame(); // goto End; // } label End: EndFrame(); goto End; endscript; $