
Untitled
By: a guest on
Apr 28th, 2012 | syntax:
mIRC | size: 0.52 KB | hits: 30 | expires: Never
on *:text:*^randtest*:#: {
set %randnum = $rand(1-4)
if ( %randnum == 1) { msg $chan By randomness, you have chosen %randnum as your random number. (1) }
elseif ( %randnum == 2) { msg $chan By randomness, you have chosen %randnum as your random number. (2) }
elseif ( %randnum == 3) { msg $chan By randomness, you have chosen %randnum as your random number. (3) }
elseif ( %randnum == 4) { msg $chan By randomness, you have chosen %randnum as your random number. (4) }
else { .msg $chan Error: randomtest.mrc }
}