Still nothing:(
Can´t understand whats wrong
note!
I use mirc in D:\Program Files\mIRC
and the .wav in D:\Program Files\mIRC\sounds
That should not matter right?
on *:TEXT:*:#:{
if ($nick == whatevernick) && ($1-$2 == Call me) && ($len($1-) == 7) { splay $mircdirsounds\filename.wav }
}
So if $nick would == whatevernick and his text would be call me it would play the filename.wav in the SOUNDS dir
also a LENGHT checker to make sure only CALL ME should be there