simonseztech
27-06-2007, 02:47 AM
I want to add some message on screen so tried with Blizzard_CombatText,
I found that function
function CombatText_AddMessage(message, scrollFunction, r, g, b, displayType, isStaggered)
I tried
CombatText_AddMessage("test text", "", 2, 96, 206, "crit", false);
But the function don't care about color and don't do with my choice of BCT...
... and for SCT didn't found the function...
Any help would be greatly appreciated :)
I found that function
function CombatText_AddMessage(message, scrollFunction, r, g, b, displayType, isStaggered)
I tried
CombatText_AddMessage("test text", "", 2, 96, 206, "crit", false);
But the function don't care about color and don't do with my choice of BCT...
... and for SCT didn't found the function...
Any help would be greatly appreciated :)