I've already tried.
The convoy alone will work nicely but as soon as I mount the MGs on the
BRDMs, then the BRDMs switch off from the "Safe" mode which makes them go around slowly, not really following their waypoint. Could it be the script that I use to mount the MGs on the BRDMs that ruins everything? Here's what this script looks like:
"MG.sqs"
_Carrier = _This Select 0
_Cargo = _This Select 1
_Height = _This Select 2
#Carrier
_X = (GetPos _Carrier) Select 0
_Y = (GetPos _Carrier) Select 1
_Z = ((GetPos _Carrier) Select 2) + _Height
_Cargo SetPos [_X, _Y, _Z + 0.9]
_Cargo SetDir (GetDir _Carrier)
GoTo "Carrier"
Exit
And I type in the "Init" field of the BRDMs:
[VehicleName, MGName, _Height] Exec "MG.sqs"
Or wouldn't it be better to use a vehicle that already has a mounted machine gun on it???
I'd be good if this vehicle would be on wheels and only have a machine gun. This sounds pretty much like the Jeep but I would need more of a armored type vehicle. I've checked around for addons but haven't found any! Would someone know of such a vehicle?
There's gotta be something to do about this!!