IndeedPete 1038 Posted December 22, 2013 Hi there! I'm doing a simple convoy ambush mission but I'm running into some problems with the AI. My squads are approaching the ambush site by car, get out and go into stealth mode. The cars are hidden behind houses. When the convoy arrives it always enters combat state and attacks the empty cars. I've tried to set my squad as well as the cars as captive but the convoy vehicles still immediately charge these empty cars. Anyone got some ideas how to resolve this? Oh, and I'm using Norrin's convoy script. It works fine but maybe someone has some more experience with this script? Share this post Link to post Share on other sites
IndeedPete 1038 Posted December 23, 2013 My apologies for bumping but any toughts on this one? Share this post Link to post Share on other sites
f2k sel 164 Posted December 23, 2013 Are you sure they're empty, I haven't see AI attack empty vehicles unless they are part of the group. Example AI get out and even though vehicle is empty it is attacked because the group are close by. Share this post Link to post Share on other sites
Kunsa 10 Posted December 23, 2013 (edited) I had the same problem(with a quadbike). I thought the vehicle was supposed to lose its side status as soon as you dismount, but it seems not to. I just ended up hiding the vehicle, but I would like to know if theres a simple fix for this too. Edited December 23, 2013 by Kunsa merry xmas Share this post Link to post Share on other sites
jandrews 116 Posted December 23, 2013 go into the init file of convoy move and set behavior to careless and speed to whatever. Share this post Link to post Share on other sites
IndeedPete 1038 Posted December 25, 2013 @F2k Sel: The vehicles are definately empty but the group is near by. Is there any way to "unassign" a vehicle from a group? @Kunsa: What do you mean by "hiding"? @JAndrews1: From what I can see the script already puts them into careless mode. I want them to react but not when they spot an emtpy vehicle. It's strange anyway since the cars are already hidden behind some massive stone houses. I figured they'd block the convoy's sights but they seem to have X-Rays in their tanks... Share this post Link to post Share on other sites
f2k sel 164 Posted December 25, 2013 (edited) I ran a few tests and it seems you can change the owner of the vehicle by using this in the getout waypoint or in a trigger group unit_name addVehicle mytruck; unit being a civilian just name him and use that name. Edited December 25, 2013 by F2k Sel Share this post Link to post Share on other sites
IndeedPete 1038 Posted December 26, 2013 Thank you, that seems to work fine! Share this post Link to post Share on other sites