viewing paste Unknown #613 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
-   script  NMM -1,{
OnClock0300:
OnClock0600:
OnClock0900:
OnClock1200:
OnClock0000:
    announce "Nightmare mode has been activated to all maps for 15 minutes.",bc_all;
    setbattleflag "pk_mode",1;
    atcommand "@reloadbattleconf";
    sleep(900000);
    announce "Nightmare mode has been deactivated to all",bc_all;
    setbattleflag "pk_mode",0;
    atcommand "@reloadbattleconf";
    end;    
}
Viewed 750 times, submitted by Guest.