Hi, i have a WA i am using to have a background texture behind my chat window as my chat addon doesnt allow this.
The functionality I want it to have is to fade in and out based off of if my chat is visible or not. ie, when i get a message it appears, and when the messages fade out, the background fades with it. Currently this works perfectly with most chat messages by using the "other events>chat message>message" trigger. The only problem is it doesnt activate on all messages. Loot messages and a few other types dont count for some reason.
So i think i need a custom trigger for the CHAT_MSG_LOOT but i dunno how to write it.
Alternatively if there is a better way to trigger the texture off of the chat window alpha that works for me also.