Mod to make loud noises when GM tries to contact me
I'm looking for a mod or script that plays loud noises when a GM tries to contact me/responds to a ticket so that I can wake up if Im asleep on my desk
I'm looking for a mod or script that plays loud noises when a GM tries to contact me/responds to a ticket so that I can wake up if Im asleep on my desk
OH YES!
We can call it.... it.... it.... the SCREAMING MEANIE! If anyone remembers those alarm clocks!
function AddOn_OnEvent(self, event, ...)
local arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 = ...;
if ( event == "CHAT_MSG_WHISPER" and arg6 == "GM" ) then
--play sound, etc.
end
end
I cant get that to work, I stuck it into an addon with a functional .toc and I changedt he commented line with no luck
His code is incomplete, you'd need to fill in some other stuff to make it function in addition to just the commented line. I'm not particularly willing to help though, since I agree with tinyu.