mIRC Homepage
Posted By: PHMinistries random number - 25/12/02 02:12 AM
hey guys just wondering if anyone would know a way to make a random number beteen 1 and 100 to enter a variable %randomnumber or something
can anyone help?
Posted By: Lucifer Re: random number - 25/12/02 02:15 AM
Code:
alias randn {
set %randomnumber $rand(0,100)
}

is that what you wanted?
Posted By: PHMinistries Re: random number - 25/12/02 02:27 AM
perfectly thanks alot smile
Posted By: Dana Re: random number - 25/12/02 04:17 AM
$r(N,N) also works. :P
© mIRC Discussion Forums