local anchor = CreateFrame("Button", nil, UIParent)anchor:SetWidth(300) anchor:SetHeight(22)anchor:SetBackdrop(backdrop)anchor:SetBackdropColor(0.25, 0.25, 0.25, 1)local label = anchor:CreateFontString(nil, "ARTWORK", "GameFontNormalSmall")label:SetAllPoints(anchor)label:SetText("teksLoot")...