I have a script that:
_car = _veh createVehicle getMarkerPos _start
_civ = _unit createUnit [[(getPos _car select 0)+5, (getPos _car select 1)+5, (getPos _car select 2)], _grp]
Basically, it creates the units the way I want it to. The problem is, _civ neither starts in _car, nor seems able to be coaxed into moving to the driver's position. And I've thrown everything but the kitchen sink at it:
_car lock FALSE
_grp Move getPos _car
[_civ] allowGetIn TRUE
_civ assignAsDriver _car
[_civ] orderGetIn TRUE
_civ action ["getin driver",_car]
_civ moveInDriver _car
Heck, I've even written delays into the script to give _civ a chance to get his head out of his @#&%*$@!!! What in the world am I doing wrong?!!
Thanks,
ADM