simple ping script

... A place to ask for help on any topic whether it be starting out to player killing to IT issues.
Post Reply
suffa
Posts: 5
Joined: Tue Sep 19, 2017 5:54 am

simple ping script

Post by suffa » Tue Oct 06, 2020 7:18 am

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.

Reyne
Posts: 1418
Joined: Wed Mar 08, 2017 2:46 am

Re: simple ping script

Post by Reyne » Tue Oct 06, 2020 12:00 pm

Which client?

suffa
Posts: 5
Joined: Tue Sep 19, 2017 5:54 am

Re: simple ping script

Post by suffa » Tue Oct 06, 2020 11:38 pm

oh shoot. sorry. for zMUD :)

Mhaliah
Posts: 873
Joined: Wed Feb 25, 2015 11:48 am

Re: simple ping script

Post by Mhaliah » Wed Oct 07, 2020 6:38 pm

#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

suffa
Posts: 5
Joined: Tue Sep 19, 2017 5:54 am

Re: simple ping script

Post by suffa » Thu Oct 08, 2020 4:05 am

Thanks so much!! really appreciate it!

Post Reply