MOOSE demonstration missions [skip ci]

This commit is contained in:
Applevangelist
2021-05-21 13:39:13 +00:00
parent 9e9c42bf79
commit 5fa61b81cc
1018 changed files with 0 additions and 493877 deletions
@@ -1,8 +0,0 @@
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, "Right Wing Formation", "Briefing" )
LargeFormation:FormationRightWing( 100, 50, 0, 500, 500 )
LargeFormation:__Start( 1 )