View Single Post
11-01-09, 03:27 AM   #2
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 163
dunno what action bar you're going to hide but here's how it can be done for default one
Code:
/script if SHOW_MULTI_ACTIONBAR_1 then SHOW_MULTI_ACTIONBAR_1=nil else SHOW_MULTI_ACTIONBAR_1 = true end
/script InterfaceOptions_UpdateMultiActionBars ()
SHOW_MULTI_ACTIONBAR_<1-4> is probably bottomleft, btmright, right, right2
  Reply With Quote