I need to know how I can count the vehicles in a convoy.
When I name one vehicle and count the units in the vehicles group, the total number isn't right, because gunners, commanders are counted too. (I think)
an example :
I make a convoy with two trucks and one M113.
I name the M113 as "veh1"
Then somewhere in my script :
_c = count units group veh1
_c is 4, but I have only 3 vehicles...
What do I have to count to get total number of vehicles in the convoy?
Only the drivers?