Tried all this on dedi:
Just two men on Rahmadi, one BLUFOR and one CIV.
Both are "playable" from start.
Repeatedly Radio Alpha Trigger:
newguy = (nearestObjects [player, ["Man"], 50]) select 1;
addSwitchableUnit newguy;
newguy disableAI "MOVE";
newguy disableAI "TARGET";
newguy disableAI "AUTOTARGET";
newguy disableAI "ANIM";
selectPlayer newguy;
When I switch to the "newguy" I don't get full control over him, it's as if the AI is still working.
When I start running I get teleported to the original position.
If I turn to the side I get turned back.
If I lay down I rise back up.
When I switch back to my original playing unit, it works fine.
Does anyone know if the selectPlayer command works at all in MP? It would be cool if it did.
Laggy