View Single Post
11-08-06, 05:11 PM   #6
Maul
Ion Engines, Engage!
 
Maul's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 401
This would work for the default UI

Code:
/script for i=1,12 do getglobal("ActionButton"..i.."HotKey"):Hide() getglobal("BonusActionButton"..i.."HotKey"):Hide() end
  Reply With Quote