Updated the Moose_Test_SPAWN test mission

In the south of Kobuleti, the tanks are driving to different routes when
spawned...
This commit is contained in:
FlightControl 2016-06-15 20:09:40 +02:00
parent 2a619c33ec
commit ddab549fe0
3 changed files with 2 additions and 1 deletions

View File

@ -106,8 +106,9 @@ Spawn_Templates_Visible = { "Spawn Vehicle Visible Template A",
Spawn_Vehicle_Visible_RandomizeTemplate_Scheduled = SPAWN:New( "Spawn Vehicle Visible RandomizeTemplate Scheduled" )
:Limit( 80, 80 )
:RandomizeTemplate( Spawn_Templates_Visible )
:RandomizeRoute( 1, 1, 300 )
:Array( 49, 20, 8, 8 )
:SpawnScheduled( 10, 0.2 )
:SpawnScheduled( 1, 0.2 )
-- Spawn_Infantry allows to spawn 10 Infantry groups.
Spawn_Infantry = SPAWN:New( "Spawn Infantry" )