mIRC Color Text

By DoruMolnar on Feb 29, 2016

i made an Color text

Code

ON *:TEXT:!color *:#: {
  if (%color == on) {
    var %color1 $rand(2,15) {
      if (%color1 == 2) { msg $chan 2 $2- }
      if (%color1 == 3) { msg $chan 3 $2- }
      if (%color1 == 4) { msg $chan 4 $2- }
      if (%color1 == 5) { msg $chan 5 $2- }
      if (%color1 == 6) { msg $chan 6 $2- }
      if (%color1 == 7) { msg $chan 7 $2- }
      if (%color1 == 8) { msg $chan 8 $2- }
      if (%color1 == 9) { msg $chan 9 $2- }
      if (%color1 == 10) { msg $chan 10 $2- }
      if (%color1 == 11) { msg $chan 11 $2- }
      if (%color1 == 12) { msg $chan 12 $2- }
      if (%color1 == 13) { msg $chan 13 $2- }
      if (%color1 == 14) { msg $chan 14 $2- }
      if (%color1 == 15) { msg $chan 15 $2- }
    }
  }
}

Comments

Sign in to comment.
dma   -  Feb 29, 2016

what does it do man? and it dont work

 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.