Jump to content
Sign in to follow this  
-TFP- Bridge.J

Detach sling load command

Recommended Posts

Hey everyone,

I've got a script where an AI helo brings a vehicle to me. I use setSlingLoad to make the helo sling the vehicle, but how would I detach the cargo via commands?

All I've found are a bunch of rope commands but no idea what ones to use to get it to work properly.

Thanks

EDIT: This is how I sling the vehicle:

(_helicopter select 0) setSlingLoad _veh; 

Share this post


Link to post
Share on other sites

Actually I just found out a way to do it:

(_helicopter select 0) setSlingLoad objNull;

Works fine :)

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  

×