Hi All!
Why when joining a second unit both "connect" and move on one path?
One trigger, runs two units: nul = [Recon1] execVM "Recon1.sqf"; nul = [Recon2] execVM "Recon2.sqf";
There are two sqf files: Recon 1 and Recon2,
two files captureData: captureData.sqf and captureData2.sqf.
Is there only a line in init.sqf: call compile preprocessFile "captureData.sqf";
should the second be added: call compile preprocessFile "captureData2.sqf"; ??
Please help.