-TFP- Bridge.J 18 Posted February 1, 2015 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
fight9 14 Posted February 1, 2015 Try either ropeDestroy or ropeCut. Share this post Link to post Share on other sites
-TFP- Bridge.J 18 Posted February 1, 2015 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
fight9 14 Posted February 1, 2015 You should add that info to the wiki. Share this post Link to post Share on other sites