- script Agit2_Event -1,{ end; OnClock2100: //start time for Sat(6) OnClock2230: //end time for Sat(6) OnAgitInit2: if ( (gettime(4)==6) && (gettime(3)==21 && gettime(2)==00) ) { if (!agitcheck2()) { announce "WoE 2.0 началось!", bc_all|bc_woe; agitstart2; } end; } if ( (gettime(4)==6) && (gettime(3)==22 && gettime(2)==30) ) { if (agitcheck2()) { announce "WoE 2.0 завершилось.", bc_all|bc_woe; agitend2; } end; } end; }