Dark_Aaron

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by Dark_Aaron

  1. nooo...

    here more like this

    alias randdance {
    ; ^^ will make /randdance a command
    describe # $me dances with $nick(#,$rand(0,$nick(#,0)))
    ; ^^^ /describe <chan> is the same as /me
    ; the only prob with your $rand was there is no such identifier as $r
    }

    hope that helps

    -Aaron