Addon Makers
To add fast roping to 3rd party addons add the following to the config in CfgVehicles:
ACE_canFastrope = 1;
ACE_RopeAttachment[] = {\{-0.86,3.5,-21.7}, \{0.62,3.5,-21.8}};
ACE_RopeAttachment can have either one or two elements (position(s) where the rope(s) get(s) attached). You can still run the addon without ACE even with the ACE additions in the config.
Mission Makers
You can enable / disable (override) e.g:
_veh setVariable ["ACE_canFastRope", true];
You can set / override the attach positions with e.g:
_veh setVariable ["ACE_RopeAttachment", [ [-0.86,3.5,-21.7], [0.62,3.5,-21.8] ] ];
Available functions:
[_vehicle, _unit] spawn ace_sys_fastroping_fnc_deployFastropes;
