MOOSE demonstration missions [skip ci]

This commit is contained in:
Applevangelist
2021-05-21 13:19:55 +00:00
parent 95f42d6822
commit 09ae973553
1021 changed files with 493980 additions and 0 deletions
@@ -0,0 +1,8 @@
local FollowGroupSet = SET_GROUP:New():FilterCategories("plane"):FilterCoalitions("blue"):FilterPrefixes("Follow"):FilterStart()
FollowGroupSet:Flush()
local LeaderUnit = UNIT:FindByName( "Leader" )
local LargeFormation = AI_FORMATION:New( LeaderUnit, FollowGroupSet, "Left Line Formation", "Briefing" )
LargeFormation:FormationLeftLine( 0, 0, 250, 250 )
LargeFormation:__Start( 1 )