Is there already a macro which will go through my bags (preferably if with banker open bank bags too) and destroy specific item(s)?
Stupid Halloween augs are overflowing my bags.
I would imagine the code is basically
While (${FindItemCount[=${ItemToDestroy}]} > 0)
Look through bags and destroyitem
In fact I suppose there is no need for FindItemCount and just going through bags would be sufficient.
Stupid Halloween augs are overflowing my bags.

I would imagine the code is basically
While (${FindItemCount[=${ItemToDestroy}]} > 0)
Look through bags and destroyitem
In fact I suppose there is no need for FindItemCount and just going through bags would be sufficient.


