- 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)<30) ) {
announce "[debug] Let's run the first check.", bc_all|bc_woe;
if (!agitcheck2()) {
announce "WoE 2.0 началось!", bc_all|bc_woe;
agitstart2;
announce "[debug] agitstart2", bc_all|bc_woe;
}
end;
}
if ( (gettime(4)==6) && (gettime(3)==22 && gettime(2)==30) ) {
announce "[debug] Let's run the second check", bc_all|bc_woe;
if (agitcheck2()) {
announce "WoE 2.0 завершилось.", bc_all|bc_woe;
agitend2;
announce "[debug] agitend2", bc_all|bc_woe;
}
end;
}
end;
}