Thread Tools Display Modes
12-04-05, 07:02 AM   #1
Nevaeh
A Murloc Raider
Join Date: Dec 2005
Posts: 6
Additonal Action Bars

hi all

i was wondering if it was possible to make a macro to display the bottom left or bottom right action bars

if its possible could someone please tell me what command i'd need to put into the marco?

thanks

byeeeeeeeeeeeeeee (^^)
  Reply With Quote
12-04-05, 08:35 AM   #2
Inokis
EQInterface Staff
 
Inokis's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 156
/script if ( MultiBarBottomLeft:IsVisible() ) then MultiBarBottomLeft:Hide() else MultiBarBottomLeft:Show() end
/script if ( MultiBarBottomRight:IsVisible() ) then MultiBarBottomRight:Hide() else MultiBarBottomRight:Show() end
__________________
If not yourself, who can you count on...
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Additonal Action Bars


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off