-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mission added Wrapper/Group/900-Option-Green-and-Red-State
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
-- Author: FlightControl | ||
-- Created: 10.12.2017 | ||
-- Contributors: kaltokri | ||
-- Modified: 27.02.2024 | ||
-- | ||
-- # Documentation: | ||
-- https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Wrapper.Group.html | ||
-- | ||
-- # Description: | ||
-- This mission will show the option to set the alarm state of a group to RED or GREEN. | ||
-- Both options are tested with one group for each. | ||
-- Please check the dcs.log in case of errors, and the time the group reacts to the approaching target. | ||
-- The Red State Group should react much faster than the Green State Group. | ||
-- State Blue is attacking. State Green is defending. | ||
-- The south SAM is "Red State". | ||
-- | ||
-- # Guide: | ||
-- 1. Start the mission. | ||
-- 2. Watch the situation on F10 map. | ||
|
||
-- Find the SAMs and create GROUP objects. | ||
RedStateGroup = GROUP:FindByName( "Red State" ) | ||
GreenStateGroup = GROUP:FindByName( "Green State" ) | ||
|
||
-- St the states. | ||
RedStateGroup:OptionAlarmStateRed() | ||
GreenStateGroup:OptionAlarmStateGreen() |
Binary file added
BIN
+748 KB
Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.miz
Binary file not shown.