View Single Post
03-19-11, 04:35 PM   #2
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
Try /framestack and point to the action button to get the buttons name (the default action button must have a spell or action or whatever assigned to show a name).

Then add the button's name to the /click macro:

example:
/click ActionButton8

I'm not sure, but I think the button name is case sensitive!
  Reply With Quote