Jump to content
Barba-negra

attachTo to a vehicle with dynamic simulation deactivated

Recommended Posts

good morning guys, greetings to all, I come here to ask you how you could attach an object to a vehicle that is in deactivated simulation, and when moving the vehicle the object remains in the place that was tied but not tied , the vehicle I move with an interaction scritps that allows me to load it, the vehicle is a lifeboat, and I'm using the following command

 

object attachTo [boat, [0, 0, 0]];

 

and the boat is in simulation deactivated through this command

 

boat enableSimulation false;

Boat enableSimulationGlobal false;

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

×