mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-19 13:03:04 +00:00
22 lines
440 B
Lua
22 lines
440 B
Lua
---
|
|
-- Name: SCO-101 - Scoring Client to Client
|
|
-- Author: FlightControl
|
|
-- Date Created: 24 Feb 2017
|
|
--
|
|
-- # Situation:
|
|
--
|
|
-- A shooting range has been setup to test client to client scoring.
|
|
--
|
|
-- # Test cases:
|
|
--
|
|
-- 1. Observe the scoring granted to your flight when you hit and kill other clients.
|
|
|
|
|
|
HQ = GROUP:FindByName( "HQ", "Bravo HQ" )
|
|
|
|
CommandCenter = COMMANDCENTER:New( HQ, "Lima" )
|
|
|
|
Scoring = SCORING:New( "Detect Demo" )
|
|
|
|
|