MOOSE demonstration missions [skip ci]

This commit is contained in:
Applevangelist
2021-06-25 11:11:09 +00:00
parent 4c81832447
commit a3ae587d5c
458 changed files with 4 additions and 4 deletions
@@ -37,10 +37,10 @@ function RedCsar:OnAfterRescued(From, Event, To, HeliUnit, HeliName, NumberSaved
end
function Spawn_CSAR(RedCSAR)
RedCSAR:SpawnCSARAtZone( "CSAR_Start_1", coalition.side.RED,"Pilot Maulwurf", true )
RedCSAR:SpawnCSARAtZone( "CSAR_Start_2", coalition.side.RED,"Pilot Schnake", true )
RedCSAR:SpawnCSARAtZone( "CSAR_Start_3", coalition.side.RED,"Pilot Chickendog", true )
RedCSAR:SpawnCSARAtZone( "CSAR_Start_4", coalition.side.RED,"Pilot Wagner", true )
RedCSAR:_SpawnCsarAtZone( "CSAR_Start_1", coalition.side.RED,"Pilot Maulwurf", true )
RedCSAR:_SpawnCsarAtZone( "CSAR_Start_2", coalition.side.RED,"Pilot Schnake", true )
RedCSAR:_SpawnCsarAtZone( "CSAR_Start_3", coalition.side.RED,"Pilot Chickendog", true )
RedCSAR:_SpawnCsarAtZone( "CSAR_Start_4", coalition.side.RED,"Pilot Wagner", true )
end
local maulwuerfe = TIMER:New(Spawn_CSAR,RedCsar)
Binary file not shown.