Jump to content
Tova

Make AI squad GET IN multiple vehicles

Recommended Posts

Hello !

 

I have a group of 8 foot soldiers, and another group of two 4 seats vehicles.

Using a GET IN waypoint results in 4 men boarding a vehicle, and the rest moving on foot, even thought there's another vehicle with enough seats to accomodate them.


So are you aware of a way to make the squad board BOTH vehicles ?
 

Thanks for you help 🙂

Share this post


Link to post
Share on other sites

You just need to addVehicle to this group.

For example:  { yourGroup addVehicle _x} foreach [veh1,veh2];

 

The Get in waypoint is not attached to any vehicle, just in proximity.

  • Thanks 1

Share this post


Link to post
Share on other sites
2 minutes ago, pierremgi said:

You just need to addVehicle to this group.

For example:  { yourGroup addVehicle _x} foreach [veh1,veh2];

 

The Get in waypoint is not attached to any vehicle, just in proximity.

 

Thanks for the answer !

However, I think I wasn't clear enough...
The GET IN waypoint is synchronized to a LOAD waypoint.

 

So the vehicles are owned by a group and the units to board the vehicles are from another group

Share this post


Link to post
Share on other sites

Same solution. That doesn't mean you change the effectiveCommander or the group of these vehicles.

  • Like 1

Share this post


Link to post
Share on other sites

Thanks for your help !

 

The solution works flawlessly !

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×