mIRC Homepage
Posted By: eyewii Script help - 05/08/06 02:44 AM
Hey.. I need some help with a script that will make me say excact what a specified person says.. I already have this:

on 1:TEXT:*:#:{
/say $1-
}

but that makes me say what everyone is saying. I want to teas a guy and therefore i need help:

example:

-Tom: hehe
-eyewii: hehe
melissa: gj
John: haha
-Tom: stop repeat me!
-eyewii: stop repeat me!


Help me out folks smile
Posted By: OrionsBelt Re: Script help - 05/08/06 02:48 AM
Try this:

Code:
on 1:TEXT:*:#:{
  if ($nick == Tom) {
    msg $chan $1-
  }
}
Posted By: eyewii Re: Script help - 05/08/06 03:24 AM
Thanks! Love u dude cool
© mIRC Discussion Forums