Jump to content
Sign in to follow this  
Charles Barkley

Objects created by BIS_fnc_ObjectMapper do not have a holder?

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×