View Single Post
09-06-06, 08:01 AM   #40
trefaes
A Murloc Raider
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 7
Is it possible to have another bar toggle when I click an action bar button?
I've tried creating a macro like
Code:
/script if(showBar = true) then showBar = false else showBar = true end
But then I have no idea if there is an event raised when I click that action bar button so I can use it to display the bar. Any ideas on how I can achieve this?
  Reply With Quote