Paste this code into your "remote" section.
Click the red "/a" icon (5th icon from the left) and hit the "remote" tab
alias nicklist {
?/timernicklist -m 0 0 nick1
}
alias nick1 {
?if ($left($active,1) == $chr(35)) {
? ?cline $rand(1,15) $active $rand(1,$nick($active,0))
?}
}
Simply type /nicklist and away they go!
Also for the Halloweeny of you, a darker colours version:
alias nicklist2 {
?/timernicklist2 -m 0 0 nick2
}
alias nick2 {
?if ($left($active,1) == $chr(35)) {
? ?cline $rand(1,1) $active $rand(1,$nick($active,0))
? ?cline $rand(2,2) $active $rand(1,$nick($active,0))
? ?cline $rand(3,3) $active $rand(1,$nick($active,0))
? ?cline $rand(5,5) $active $rand(1,$nick($active,0))
? ?cline $rand(6,6) $active $rand(1,$nick($active,0))
? ?cline $rand(10,10) $active $rand(1,$nick($active,0))
? ?cline $rand(14,14) $active $rand(1,$nick($active,0))
? ?cline $rand(15,15) $active $rand(1,$nick($active,0))
?}
}
To stop it at any time, just type /timers off and they should stop on their colours.
NOTE: hey it doesn't work if you're on more than one server
for brangut (just orange and black):
alias nicklist3 {
?/timernicklist3 -m 0 0 nick3
}
alias nick3 {
?if ($left($active,1) == $chr(35)) {
? ?cline $rand(1,1) $active $rand(1,$nick($active,0))
? ?cline $rand(7,7) $active $rand(1,$nick($active,0))
?}
}