Save yourself alot of time. If your running many toons thru the hallows end and don't want to keep dragging and dropping to delete them.

One button deletes it all.

/run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Handful of Treats") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end