// Show all the messages at start and every 5 minutes - script News -1,{ OnInit: setarray .messages$[0], "Welcome", "Support Us By Writing Review About Us On RMS", "Double Exp And Double Drops Going On"; set .msgs, getarraysize(.messages$); OnTimer300000: for (set .@x, 0; .@x < .msgs; set .@x, .@x + 1) { announce .messages$[.@x],bc_all; sleep 5000; } initnpctimer; }