Code: Select all
You'll need to go into the macro menu (/macro) and create the following 2 macros;
1 - Tooltip Off button
/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);
2 - Tooltip On button
/script GameTooltip:SetScript("OnShow", GameTooltip.Show);
You need to turn it off before you enter, but you should be fine to turn it back on again afterwards (Although keep it off until you open the prize pumpkin, just in case).