Charles Barkley 1 Posted July 11, 2018 I created a campsite with the BIS_fnc_ObjectMapper function. Also I added a "remove camp" action for every item/object in the array that has been mapped. The *remove* function is trying to get the items holder by calling *objectParent* and running a script like this: _campItemHolder = objectParent _target; clearBackpackCargoGlobal _campItemHolder; deleteVehicle _campItemHolder; sadly there is not holder for this item available and therefore I am not able to remove the campsite or it's items. Any idea how to solve this? Share this post Link to post Share on other sites