GameTooltip_SetDefaultAnchor(GameTooltip, self) GameTooltip:SetText(self.title, HIGHLIGHT_FONT_COLOR.r, HIGHLIGHT_FONT_COLOR.g, HIGHLIGHT_FONT_COLOR.b); GameTooltip:AddLine(self.tooltip, NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b, 1); GameTooltip:Show(); GameTooltip:Hide(); self.title = HONORABLE_KILLS; self.tooltip = NEWBIE_TOOLTIP_HONORABLE_KILLS; self.title = DISHONORABLE_KILLS; self.tooltip = NEWBIE_TOOLTIP_DISHONORABLE_KILLS; self.title = HONOR_CONTRIBUTION_POINTS; self.tooltip = NEWBIE_TOOLTIP_HONOR_CONTRIBUTION_POINTS; self.title = HONOR_STANDING; self.tooltip = NEWBIE_TOOLTIP_HONOR_STANDING; self.title = RANK; self.tooltip = NEWBIE_TOOLTIP_RANK;