Advertisement
Inviz-Ysondre

Wow Script Tooltip Moving Up

Feb 6th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. GameTooltip:SetScript("OnTooltipSetUnit", function(self)
  2. self:ClearAllPoints()
  3. self:SetPoint("BOTTOMRIGHT", WorldFrame, "BOTTOMRIGHT", -5, 330)
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement