I think this is mxl coding or how ever you say it but I am going to link a code and would like to know how I can change the color. I play world of warcraft and the person that made that code says he would not make a / command so I am lost on to how to change color on my screen for the addon any help would be great here is the code.
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
<Script file="TooltipQuestMob.lua"/>
<Frame name="TooltipQuestMob_TooltipFrame" hidden="true">
<Scripts>
<OnLoad>
TooltipQuestMob_Tooltip_OnLoad();
</OnLoad>
<OnEvent>
TooltipQuestMob_Tooltip_OnEvent(event);
</OnEvent>
</Scripts>
</Frame>
</Ui>
