Hmmm thx but the camera always ends up facing backwards.
I added this to the 1.1 version
...............
while {mando_predicam} do
{
_posu = getPos _unit;
_asl1 = getPosASL _unit select 2;
_Lxc = getPosASL _unit;
..............
and at the end of that loop
.............
if ((_unit != mando_predicamunit) && (mando_predicamLag == 1)) then
{
_cam camSetTarget _Lxc;
_cam camSetPos _posc;
_cam camCommit (0.01);
sleep 7;
};