Thread: Help with tags
View Single Post
10-18-09, 09:39 AM   #5
xtothx
A Deviate Faerie Dragon
 
xtothx's Avatar
Join Date: Oct 2009
Posts: 18
Code:
                 self.Info = self:CreateFontString(nil, self, 'GameFontHighlightSmallLeft')             
		self.Info:SetFont(font, fontsize)
                self.Info:SetPoint('RIGHT', self, 'LEFT', 140, -34)
		self:Tag(self.Info, '[white][name]')
I am beginner in lua, but thanks for link
  Reply With Quote