1) Place different vehicles in a line in Eden (e.g. Prowler Armed and Unarmed, Hunter Armed and Unarmed, Marshall)
2) Place a player unit 50 m away perpendicular to the line.
3) Target a vehicle and execute the code below with the console:
```
_vehicle = cursorObject;
systemChat format["Driver is eff. commander: %1 (%2)", effectiveCommander _vehicle == driver _vehicle, typeOf _vehicle];
_vehicle setDriveOnPath [position _vehicle, position player];
```
4) Repeat for the other vehicles.
5) Note the correlation.