mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Got a first test mission working
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,15 @@
|
||||
|
||||
local Mission = MISSION:New( 'SEAD Targets', "Strategic", "SEAD the enemy", "RUSSIA" )
|
||||
local Scoring = SCORING:New( "SEAD" )
|
||||
|
||||
Mission:AddScoring( Scoring )
|
||||
|
||||
local Client = CLIENT:FindByName( "Test SEAD" )
|
||||
local TargetSet = SET_UNIT:New():FilterPrefixes( "US Hawk SR" ):FilterStart()
|
||||
|
||||
local Task_SEAD = TASK2_SEAD:New( Client, TargetSet )
|
||||
local Task_SEAD = TASK2_SEAD:New( Client, Mission, TargetSet )
|
||||
|
||||
Task_SEAD:AddScore( "Destroy", "Destroyed RADAR", 25 )
|
||||
Task_SEAD:AddScore( "Success", "Destroyed all radars!!!", 100 )
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user