mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Simplified
This commit is contained in:
parent
ac0754b96b
commit
ad6a51533f
@ -12,14 +12,4 @@
|
||||
nothing
|
||||
*/
|
||||
|
||||
_group = param [0, grpNull, [grpNull]];
|
||||
if not isNull _group then
|
||||
{
|
||||
(uiNamespace getVariable ["VEMFrAIgroups",[]]) pushBack _group;
|
||||
{
|
||||
_x setVariable ["VEMFrAIunit", 1, true];
|
||||
} forEach (units _group);
|
||||
} else
|
||||
{
|
||||
["signAI", 0, "_group isNull"] ExecVM "exile_vemf_reloaded\sqf\log.sqf";
|
||||
};
|
||||
(param [0, grpNull, [grpNull]]) setVariable ["isVEMFrGroup",true,false];
|
||||
|
Loading…
Reference in New Issue
Block a user