Remove all

This commit is contained in:
FlightControl
2018-09-22 21:54:25 +02:00
parent b5d46761d1
commit 826439e222
1535 changed files with 0 additions and 237293 deletions
@@ -1,10 +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, "Trail Formation", "Briefing" )
LargeFormation:FormationBox(150,120,0,-5,0,60,8)
LargeFormation:__Start( 1 )
collectgarbage()