Simple color script

By Weasel on Jun 25, 2009

simply say a color and text!! or say helpcolors to get help!
put this in remotes in the one you want colors! or just do it on :text:#: { instead for bots!

on *:input:*:{
  if ($1 == r) { msg $chan 2 $+ $2 $+ 3 $+ $3  $+ 4 $+ $4  $+ 5 $+ $5 $+ 6 $+ $6 $+ 7 $+ $7 $+ 8 $+ $8 $+ 9 $+ $9 $+ 10 $+ $10 $+ 11 $+ $11 $+ 12 $+ $12 | halt }
  if ($1 == red) { msg $chan 4 $+ $2- | halt }
  if ($1 == darkred) { msg $chan 5 $+ $2- | halt }
  if ($1 == blue) { msg $chan 12 $+ $2 | halt }
  if ($1 == darkblue) { msg $chan 2 $+ $2 | halt }
  if ($1 == yellow) { msg $chan 8 $+ $2 | halt }
  if ($1 == orange) { msg $chan 7 $+ $2 | halt }
  if ($1 == green) { msg $chan 9 $+ $2 | halt }
  if ($1 == darkgreen) { msg $chan 3 $+ $2 | halt }
  if ($1 == aqua) { msg $chan 11 $+ $2 | halt }
  if ($1 == purple) { msg $chan 13 $+ $2 | halt }
  if ($1 == darkpurple) { msg $chan 6 $+ $2 | halt }
  if ($1 == darkaqua) { msg $chan 10 $+ $2 | halt }
  if ($1 == darkgrey) { msg $chan 14 $+ $2 | halt }
  if ($1 == grey) { msg $chan 15 $+ $2 | halt }
  if ($1 == helpcolors) { notice $me say the name of a color then your words! with rainbow spell it out like r a i n b o w 12 charachter max for rainbow, colors: red darkred blue darkblue yellow orange green darkgreen aqua purple darkaqua grey darkgrey | halt } 
}

Comments

Sign in to comment.
PATX   -  Jun 26, 2009

Easy Slickone...

 Respond  
PATX   -  Jun 25, 2009

i was thinking the same thing about the halts tho not wanting to be wrong did not voice my opinion :P

 Respond  
Aucun50   -  Jun 25, 2009

What's with all the halts there is no need for them, also maybe use some elseif.

 Respond  
PATX   -  Jun 25, 2009

This is dumb. But getting better. 3/10

 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.