Files
MOOSE_MISSIONS/AI/AI_Formation/FOR-103 - Bomber Right Wing Formation/FOR-103 - Bomber Right Wing Formation.lua
T
2024-01-01 22:24:23 +00:00

9 lines
401 B
Lua

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 )