mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2004
Posts: 96
G
Gremel Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Mar 2004
Posts: 96
Like what the script says. I know how to play sounds: splay "sounds/cricket.wav" But I don't know how to do the idle bit.

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Code:
on me:*:join:#:{ .timersound $+ $cid $+ $chan 1 300 splay sounds\cricket.wav }
on *:text:*:#:{ .timersound $+ $cid $+ $chan 1 300 splay sounds\cricket.wav }
on *:action:*:#:{ .timersound $+ $cid $+ $chan 1 300 splay sounds\cricket.wav }
on *:notice:*:#:{ .timersound $+ $cid $+ $chan 1 300 splay sounds\cricket.wav }


New username: hixxy
Joined: Mar 2004
Posts: 96
G
Gremel Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Mar 2004
Posts: 96
thanks smile


Link Copied to Clipboard