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.
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.
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.
It for this friend, she wants one, where she can use it not only as messaging a channel on ircd, but also echoing as it'll also be the theme.
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...
Thanks I'll try it out and see if this works. If not then I'll just give up on it sense, I do have a life to tend to. (wife)
Nope dont work. :\ Thanks anywas.
Sign in to reply or start a new topic where your account has permission.