Jump to content

Talker


Guest LAS

Recommended Posts

Alright I know how to make a talker.. What I dont know is how to make a talker with ever first letter of ever word a serten color, and the letters afther that first letter another color. So if anyone can help I'd be thankful.

 

Link to comment
Share on other sites

Are you talking about echoing it to your script, or messaging it to a room in different colors? Also, if you are talking about messaging it to a room is it for msnchat, or some other server, and if it is msnchat what msnchat connection do you use to connect to msnchat? If you are talking about echoing it to your script are you using a webchat like window, or regular mirc chat window?

 

Sorry about all these questions, but more information is required before you can get possitive help. smile.gif

Edited by Warrior124
Link to comment
Share on other sites

on *:input:#:{
 if (/* iswm $1-) && (/me* !iswm $1-) { halt }
 var %a = 1, %tt = $1-
 while (%a <= $numtok($1-,32)) {
   var %tt = $replace($left($gettok(%tt,%a,32),1),$chr(3) $+ $r(0,9) $left($gettok(%tt,%a,32) $+ $chr(15))
   inc %a
 }
}

I think that's it...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...