Random Nickname Changer

By `Node_ on Mar 06, 2004

A pretty pointless script, but it's a script nevertheless. Type /rnick and it will generate a 10 character random nickname. Copy and paste into your Remotes section (Alt + r)

alias rnick { var %1 $rand(A,Z) | var %2 $rand(a,z) | var %3 $rand(a,z) | var %4 $rand(a,z) | var %5 $rand(a,z) | var %6 $rand(a,z) | var %7 $rand(a,z) | var %8 $rand(a,z) | var %9 $rand(a,z) | var %1- $rand(a,z) | nick %1 $+ %2 $+ %3 $+ %4 $+ %5 $+ %6 $+ %7 $+ %8 $+ %9 $+ %10 } 

Comments

Sign in to comment.
DarthReven   -  Nov 21, 2004

um..... why did you need to set vars? /nick $r(A,Z) $+ $r(a,z) $+ $r(A,Z) etc. would have worked fine

 Respond  
Toxic   -  Mar 20, 2004

i have to say this script is simple but it has helped me out on making random letter scripts.. thx

 Respond  
Toxic   -  Mar 20, 2004

i have to say this script is simple but it has helped me out on making random letter scripts.. thx

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.