Page 1 of 1

simple ping script

Posted: Tue Oct 06, 2020 7:18 am
by suffa
Heya,

I was wondering if anyone would be able to write me a quick script that I can turn on/off to ping me if I get a tell while I'm alt-tabbed. I do it often during down time or I get distracted etc.

Thanks in advance.

Re: simple ping script

Posted: Tue Oct 06, 2020 12:00 pm
by Reyne
Which client?

Re: simple ping script

Posted: Tue Oct 06, 2020 11:38 pm
by suffa
oh shoot. sorry. for zMUD :)

Re: simple ping script

Posted: Wed Oct 07, 2020 6:38 pm
by Mhaliah
#CLASS {BeepTell}
#ALIAS idle {#T+ BeepTell;#echo BeepTell Active}
#TRIGGER BeepTell {* tells you *} {#BEEP}
#AlIAS active {#T- BeepTell;#echo BeepTell Inactive}
#CLASS 0

This seems to work

Re: simple ping script

Posted: Thu Oct 08, 2020 4:05 am
by suffa
Thanks so much!! really appreciate it!