viewing paste Unknown #611 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
-   script  NMM -1,{
OnInit:
OnClock0300:
OnClock0600:
OnClock0900:
OnClock1200:
OnClock0000:
 
announce "Nightmare mode has been activated to all maps for 15 minutes.",bc_all;
end;
 
OnMinute15:
setbattleflag "pk_mode",1;
atcommand "@reloadbattleconf";
end;
 
OnTimer7200000: // after 3 hours
announce "Nightmare mode has been deactivated to all",bc_all;
setbattleflag "pk_mode",0;
atcommand "@reloadbattleconf";
end;
}
Viewed 681 times, submitted by Guest.