kOepi 10 Posted June 13, 2018 Hello, I am dying inside ... why is it so difficult to make a quick reaction force in ArmA 3! What I want to do: Trigger activates units to get/teleport) into their vehicle and then move to certain location, disembark and sweep area in a coordinated(specific) way. I also wish to use Devas vehicle and patrol script... what I have tried so far: -make convoy without additional troops and move it somewhere: works. (uaz, uaz/HMG, BTR, ural, uaz/HMG) -make convoy with additional troops and move it somewhere: does not work, troops disembark when starting or vehicle starts without waiting on troops being loaded. - setvehiclelock before and after units have been "moveincargo": does not work, troops still disembark after they have been moved. use DEVAS convoy script: http://www.armaholic.com/page.php?id=31925 -make w/o and move: works -make with and move: does not work, troops disembark. - setvehiclelock before and after units have been "moveincargo": does not work, troops still disembark right after they have been moved. can anyone point me into the right direction? OFP/ArmA developers: shame on you! Thank you in advance kOepi Share this post Link to post Share on other sites
dangerous-d 11 Posted June 13, 2018 Have you tried using a Get In way point? If I'm not mistaken you might need to sync the way point to your trigger so they don't get in and then follow the rest of their orders/way points prematurely Share this post Link to post Share on other sites
kOepi 10 Posted June 13, 2018 I have and it worked, sometimes. My problem is not mainly that I cannot get them inside the vehicle, my problem is that they dont stay inside. Share this post Link to post Share on other sites
beno_83au 1369 Posted June 13, 2018 Use assignAsCargo first, then orderGetIn to have them board the vehicle. To get them out at the other end use unassignVehicle. 1 Share this post Link to post Share on other sites
Harzach 2518 Posted June 13, 2018 You might also want to look at setUnloadInCombat 1 Share this post Link to post Share on other sites
kOepi 10 Posted June 13, 2018 it works better with assignascargo and ordergetin, but after like 10 or 15 seconds they disembark again ... Share this post Link to post Share on other sites