FOUND IT BY SOME HELP FROM A FRIEND laugh

WORKING CODE atleast for me;)

Code:
on *:text:*:#:{
  if ($chan == #chan1) {
    if ($nick == me1) {
      var %string = hello
      if (%string [color:red]![/color]isin $1-) { splay sound35kb.wav }
    }
  }
  elseif ($chan == #chan2) {
    if ($nick == me2) {
      var %string = call
      if (%string [color:red]![/color]isin $1-) { splay sound35kb.wav }
    }
  }
  elseif ($chan == #chan3) {
    if ($nick == me3) {
      var %string = there
      if (%string [color:red]![/color]isin $1-) { splay sound35kb.wav }
    }
   }
 } 



THANKS FOR ALL SUPPORT IN THIS FORUM! laugh