Jethro commented on a Page, Text Colour Changer v4.6.2  -  Apr 04, 2011

Slyvar, to make a multi-colour text is rather simple to achieve by using $regsubex():

alias multicolour {
 return $regsubex($1,/(?<=^| )(.)/g,$+($chr(3),$r(0,15),\1))
}

Then use

//echo -a $multicolour(Your Text Here)
msg $target $multicolour($1-)

And the text can be outputted as:> What is going on?every single time with a different color combination randomly.

 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.