- Lots of updates and improvements
This commit is contained in:
Frank
2021-10-01 12:04:15 +02:00
parent 3e30d15405
commit 2ae2ee64be
13 changed files with 1041 additions and 319 deletions

View File

@@ -361,6 +361,7 @@ function ARMYGROUP:Status()
-- Is group alive?
local alive=self:IsAlive()
-- Check that group EXISTS and is ACTIVE.
if alive then
-- Update position etc.
@@ -396,6 +397,7 @@ function ARMYGROUP:Status()
end
-- Check that group EXISTS.
if alive~=nil then
if self.verbose>=1 then
@@ -1376,6 +1378,7 @@ function ARMYGROUP:_InitGroup(Template)
for _,unit in pairs(units) do
self:_AddElementByName(unit:GetName())
end
-- Init done.
self.groupinitialized=true