mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Log param changes
This commit is contained in:
parent
72bc999ed6
commit
308d7de712
@ -39,7 +39,7 @@ if (count _pos isEqualTo 3) then
|
|||||||
if (_kiaCount >= _killToComplete) exitWith { _complete = true };
|
if (_kiaCount >= _killToComplete) exitWith { _complete = true };
|
||||||
uiSleep 4;
|
uiSleep 4;
|
||||||
};
|
};
|
||||||
["fn_waitForMissionDone", 1, format["mission in %1 has been completed!", _missionName]] ExecVM "exile_vemf_reloaded\sqf\log.sqf";
|
["waitForMissionDone", 1, format["mission in %1 has been completed!", _missionName]] ExecVM "exile_vemf_reloaded\sqf\log.sqf";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user