mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Removed handle from ExecVM
This commit is contained in:
parent
fb7d5bb677
commit
381d46e1f3
@ -47,8 +47,7 @@ uiNamespace setVariable ["VEMFrHcLoad", []];
|
|||||||
|
|
||||||
_scripts = ["checkLoot","missionTimer","REMOTEguard","spawnStaticAI"];
|
_scripts = ["checkLoot","missionTimer","REMOTEguard","spawnStaticAI"];
|
||||||
{
|
{
|
||||||
private ["_script"];
|
ExecVM format["exile_vemf_reloaded\sqf\%1.sqf", _x];
|
||||||
_script = [] ExecVM format["exile_vemf_reloaded\sqf\%1.sqf", _x];
|
|
||||||
} forEach _scripts;
|
} forEach _scripts;
|
||||||
|
|
||||||
west setFriend [independent, 0];
|
west setFriend [independent, 0];
|
||||||
|
Loading…
Reference in New Issue
Block a user