View Single Post
10-30-11, 02:34 PM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
There are several ways of doing this, the easiest that I can think of is to use the system already in the default UI. This uses the existing function RaidNotice_AddMessage(frame,message,colorTable[,duration]).

Code:
RaidNotice_AddMessage(RaidWarningFrame,"Some message here",ChatTypeInfo["RAID_WARNING"]);
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote