Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Dainton
Forum: AddOn Help/Support 03-25-10, 02:30 AM
Replies: 1
Views: 3,086
Posted By Dainton
local color = "FF0000" local names =...

local color = "FF0000"
local names = {
UnitName("player"),
"customname1", -- add any custom filters this same way
}

local orig = {}

local function AddMessage(frame, text, ...)
for _, name in...
Showing results 1 to 1 of 1