PDA

View Full Version : MACRO: gets rid of TOOLTIPS


minimian
04-20-2009, 08:07 PM
Only works for current session, so i made an icon and threw it off to the side.
I HATE TOOLTIPS!!!

You can still see the tooltips, but only if you are holding the "shift" key.


/run hooksecurefunc(GameTooltip, "SetAction", function(this, action) if not IsShiftKeyDown() then this:Hide() end end)


MINI :)