MOOSE demonstration missions [skip ci]

This commit is contained in:
FlightControl-User
2019-06-01 06:16:25 +00:00
parent 55749f37f2
commit f5e5861605
375 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
local FollowGroupSet = SET_GROUP:New():FilterCategories( { "helicopter" } ):FilterCoalitions( "blue" ):FilterPrefixes( { "Escort" } ):FilterStart()
local LeaderUnit = UNIT:FindByName( "Leader" )
local Escort = AI_ESCORT:New( LeaderUnit, FollowGroupSet, "Escort Test", "Use the ROE and ROT menus to test if the behaviour is working." )
Escort:ModeMission()
Escort:Menus()
Escort:__Start( 5 )