View Single Post
03-30-18, 11:13 PM   #11
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Originally Posted by galvin View Post
Just an update. This isn't too bad. I don't even have to read the chatline.
I can use CHAT_MSG_SYSTEM.

This passes back the text for of any yellow messages.

So fairly easy to make something from this.

Different languages may be a problem though.
That is why global strings exist.
Lua Code:
  1. ERR_DECLINE_GROUP_S = "%s declines your group invitation."
  Reply With Quote