Hello everyone, I'm relatively new to mason as well as agent based modelling in general, and have been stuck with this problem for 2 days. I need my agents to exchange IntBags with each other. Within each agent I have a Bag called *population* which contains a *set of IntBags*. Each N steps I want my agents to find their closest neighbours and get certain number of IntBags from them. My problem is that, while my agents are able to get IntBags obtaining copies of neighbouring ilk agents using map.getNeighboursExactlyWithinDistance(), I couldn't find a way to *remove* IntBags agent* obtained *from the source agent population. Can anyone advice on how to do it? Thank you in advance. Best