Updated the SPAWN test mission, to ensure that ALL tests are working correctly.

- Fixed code in the mission to spawn vehicles from the Helicopters
(Chinooks), using the new APIs.
- Fixed code in the mission to spawn infantry from the army transport
vehicles using the new APIs.
This commit is contained in:
FlightControl
2016-06-18 10:21:29 +02:00
parent 325c20cb46
commit 36b101fa6d
6 changed files with 20 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
env.info( 'Moose Generation Timestamp: 20160618_0000' )
env.info( 'Moose Generation Timestamp: 20160618_1019' )
local base = _G
Include = {}
@@ -6617,6 +6617,8 @@ function GROUP:CopyRoute( Begin, End, Randomize, Radius )
end
end
return Points
else
error( "Template not found for Group : " .. GroupName )
end
return nil

View File

@@ -1,5 +1,5 @@
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
env.info( 'Moose Generation Timestamp: 20160618_0000' )
env.info( 'Moose Generation Timestamp: 20160618_1019' )
local base = _G
Include = {}
@@ -6617,6 +6617,8 @@ function GROUP:CopyRoute( Begin, End, Randomize, Radius )
end
end
return Points
else
error( "Template not found for Group : " .. GroupName )
end
return nil