Randomization

By Zeppelin382 on Feb 14, 2009

Useless script that I had fun making.

Type /random to activate and post it in remotes.

alias random {
  var %r $rand(1,26)
  while (%r <= 26) { 
    var %r. $(%r.,$rand(a,z))
    inc %r 1
  }
  msg # %r. 
}

Comments

Sign in to comment.
napalm`   -  Feb 15, 2009

I think this is what you were trying to do.

alias random {
  var %r $r(1,26) , %r. $($str($+($!r(a,z),$chr(32)),%r),2)
  msg $active %r.
}
 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.