May be global coloring agents functions must be local? #5


  • Accepted
  • Defect
Open
Assigned to _ForgeUser22265
  • rinn_2111 created this issue Sep 3, 2009

    May be

    -- coloring agents
    function Brown( text )    return "|cffdfa050" .. text .. "|r" end
    function Yellow( text )    return "|cffffff00" .. text .. "|r" end
    function Blue( text)    return "|cff00ffff" .. text .. "|r" end

    must be local (some addons cause the conflict)?

  • rinn_2111 added the tags New Defect Sep 3, 2009
  • _ForgeUser22265 removed a tag New Sep 3, 2009
  • _ForgeUser22265 added a tag Accepted Sep 3, 2009

To post a comment, please login or register a new account.