Im trying to make a random number appear in the bots names.
like this:
botnick-xxxx
where xxxx is a random number.
Ive tried this
botnick-%random%
but with no success, any help is greatly appreciated.
Code: Select all
set nick "botnick-[rand 10][rand 10][rand 10][rand 10][rand 10]"rand <limit>
Returns: a random integer between 0 and limit-1
Module: core