mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Small result processing changes
This commit is contained in:
parent
17aea31f9e
commit
3af74ccebc
@ -107,13 +107,16 @@ if (VEMFrInvasionCount < (([["DynamicLocationInvasion"],["maxInvasions"]] call V
|
||||
{
|
||||
if (_spawned isEqualTypeArray [[],[]]) then
|
||||
{
|
||||
private ["_units","_cal50s"];
|
||||
_units = _spawned select 0;
|
||||
_groups = _spawned select 1;
|
||||
private ["_units","_groups","_cal50s"];
|
||||
_units = [];
|
||||
_groups = _spawned select 0;
|
||||
{
|
||||
[_x] spawn VEMFr_fnc_signAI;
|
||||
{
|
||||
_units pushBack _x;
|
||||
} forEach (units _x);
|
||||
} forEach _groups;
|
||||
_cal50s = _spawned select 2;
|
||||
_cal50s = _spawned select 1;
|
||||
|
||||
private ["_heliUnits"];
|
||||
_heliPatrolSettings = ([["DynamicLocationInvasion"],["heliPatrol"]] call VEMFr_fnc_getSetting) select 0;
|
||||
|
Loading…
Reference in New Issue
Block a user