uiNamespace var changes

This commit is contained in:
IT07 2016-04-18 19:34:25 +02:00
parent 080c95829a
commit be7e463815

View File

@ -15,10 +15,10 @@
[] spawn [] spawn
{ {
uiNamespace setVariable ["VEMFrHcLoad", []]; uiNamespace setVariable ["VEMFrHcLoad", []];
uiNamespace setVariable ["vemfGroups", []]; uiNamespace setVariable ["VEMFrAIgroups", []];
while {true} do while {true} do
{ {
_groups = uiNamespace getVariable "vemfGroups"; _groups = uiNamespace getVariable "VEMFrAIgroups";
waitUntil { uiSleep 1; count _groups > 0 }; waitUntil { uiSleep 1; count _groups > 0 };
{ {
if (local _x) then if (local _x) then