Thread: in progress
View Single Post
05-02-14, 11:35 AM   #8
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 210
working from some of your criticisms:



Is it possible to make the MainMenuBarBackpackButton open all of my bags at once? Not sure how to go about writing that.

edit: as far as i can tell i need to hook
function BackpackButton_OnClick(self)
if ( not PutItemInBackpack() ) then
ToggleBackpack();
end
BackpackButton_UpdateChecked(self);
end
and replace the toggle with OpenAllBags() - not really done hook scripts before now though!

Last edited by ObbleYeah : 05-02-14 at 02:44 PM.
  Reply With Quote