Fun colorful text thingy

By Sora- on Aug 26, 2007

Just a fun color text thing, put it in remotes then type /rc Text and keep repeating it, it should do random colors each time, enjoy!

;Random color /rc script by: Sora-;
;Please comment if it doesn't work;

/rc msg $active  $+ $rand(0,15) $+ , $+ $rand(0,15) $1-

Comments

Sign in to comment.
FRISH   -  Aug 29, 2007

put it in remotes
Its goes in the aliases section unless ya turn
/rc msg $active $+ $rand(0,15) $+ , $+ $rand(0,15) $1-
to
alias rc msg $active $+ $rand(0,15) $+ , $+ $rand(0,15) $1-

 Respond  
Ghost-lit Warder   -  Aug 28, 2007

Perhaps making it

$+($chr(3),$rand(1-15),$chr(44),$rand(1-15)) $1-

Instead of using all those $+ \'s

 Respond  
sharpknife   -  Aug 28, 2007

oh.. or you can have a variable, i.e. -

alias rc { set %rc on }

on *:input:*:{ 
  if (%rc == on) {
    if (! isin $1) return
    if (/ isin $1) return
    if (@ isin $1) return
    tokenize 32 $1- 
    msg $chan  $+ $rand(2,15) $+ $1-
    halt
  }
}

alias rcoff { unset %rc }
 Respond  
sharpknife   -  Aug 28, 2007

/rc msg $active $+ $rand(0,15) $+ , $+ $rand(0,15) $1-

change to:

/rc msg $active $+ $rand(0,15) $+ , $+ $rand(0,15) $+ $1-

there was an extra space between $1 and the color.

other than that nice =)

 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.