MOOSE demonstration missions [skip ci]

This commit is contained in:
FlightControl-User
2019-04-08 05:05:24 +00:00
parent 461a2da81b
commit c1c7edc7dc
366 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
local FollowGroupSet = SET_GROUP:New():FilterCategories( { "plane", "ship" } ):FilterCoalitions( "red" ):FilterPrefixes( { "Escort", "Ship Defense" } ):FilterStart()
local LeaderUnit = UNIT:FindByName( "Leader" )
local Escort = AI_ESCORT:New( LeaderUnit, FollowGroupSet, "Escort Attack", "Briefing" )
Escort:FormationTrail( 750, 750 , 0 )
Escort:Menus()
Escort:__Start( 5 )