mIRC Homepage
Posted By: Muggins play sound on text - 09/06/05 05:34 PM
can some one please give me an example of a simple script to play a sound when a certain word is typed please?

i have searched through the forums but i just cant find what i need...

thanks ppl, appreciated.
Posted By: Riamus2 Re: play sound on text - 09/06/05 05:59 PM
Very simple example:

Code:
on *:text:hello:#: {
  .splay hello.wav
}
Posted By: Muggins Re: play sound on text - 10/06/05 03:44 PM
thank you very much m8, appreciated smile
Posted By: xMIRCd Re: play sound on text - 10/06/05 10:24 PM
to make it for the whole sentence:
Code:
on *:TEXT:*[color:red]word[/color]*:*:{
.splay[color:red] filename.ext [/color] 
}
© mIRC Discussion Forums