Results: 1Comments by: MisterGideon
File: Broker_Bags10-17-10
On Right/Left click bag/all bags hack
Posted By: MisterGideon
Been fiddling with this, in the absence of a more general thing. it's quick, dirty and amateur, but this seems to work. in Broker_Bags.lua, replace the OnClick line from line 26 with OnClick = function(self,button) if ( button == "RightButton" ) then OpenAllBags(); elseif ( button == "LeftButton" ) then Toggl...