Spawn transported troops closer to target

closes #622
This commit is contained in:
Wyqer 2019-11-22 22:04:22 +01:00
parent 3d6ec00155
commit 153b41d2e0
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sleep 1;
private _transGrp = (group (driver _transVeh));
private _start_pos = getpos _transVeh;
private _objPos = ([getpos _transVeh] call F_getNearestBluforObjective) select 0;
private _unload_distance = 1000;
private _unload_distance = 800;
private _crewcount = count crew _transVeh;
waitUntil {