GODSPEEDSNAKE 12 Posted June 3, 2015 Hey everyone, I have seriously been racking my brain for days now trying to get this convoy thing to work. Basically what I am trying to do is command a convoy to stop via a radio trigger and start via a radio trigger and no matter what I do it simply wont work?!?!?!:mad: I have tried the doStop command and the disableAI "MOVE" and it doesn't seem to work?? I have it set up as a convoy of several HMV's and trucks, and the lead i have named convoylead. Please help. Regards, GODSPEEDSNAKE Share this post Link to post Share on other sites
Jona33 51 Posted June 3, 2015 Either try (driver convoylead) disableAI "move"; as I think that if the lead vehicle stops everyone else will follow suit, or {_x disableAI "move"} forEach (units (group driver convoyLead)) (It's possible that calling group on a vehicle will work meaning you can drop the driver in the second example. The second one should stop anyone in the convoy moving at all. Share this post Link to post Share on other sites
GODSPEEDSNAKE 12 Posted June 4, 2015 OMG it works how did I not think to call driver not just vehicle :banghead: (driver convoylead) disableAI "move"; and then (driver convoylead) enableAI "move"; Gets the convoy going Thank you so much Share this post Link to post Share on other sites