Files
2024-01-01 22:24:29 +00:00

9 lines
392 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 Line Formation", "Briefing" )
LargeFormation:FormationRightLine(500,0,250,250)
LargeFormation:__Start( 1 )