diff --git a/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900 - Option Green and Red State.lua b/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900 - Option Green and Red State.lua deleted file mode 100644 index c5ae02e..0000000 --- a/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900 - Option Green and Red State.lua +++ /dev/null @@ -1,27 +0,0 @@ ---- --- Name: GRP-900 - Option Green and Red State --- Author: FlightControl --- Date Created: 10 Dec 2017 --- --- This tests the option to set the alarm state of a group to RED or GREEN. --- Both options are tested with two groups. --- 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. --- --- Join the Game Master to observe the reaction of the ground units. --- --- Blue is attacking. --- Green is defending. --- - - -RedStateGroup = GROUP:FindByName( "Red State" ) -GreenStateGroup = GROUP:FindByName( "Green State" ) - - -RedStateGroup:OptionAlarmStateRed() -GreenStateGroup:OptionAlarmStateGreen() - - - - diff --git a/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.lua b/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.lua index 4e8a7af..b7c2914 100644 --- a/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.lua +++ b/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.lua @@ -23,6 +23,6 @@ RedStateGroup = GROUP:FindByName( "Red State" ) GreenStateGroup = GROUP:FindByName( "Green State" ) --- St the states. +-- Set the states. RedStateGroup:OptionAlarmStateRed() GreenStateGroup:OptionAlarmStateGreen() diff --git a/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.miz b/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.miz index d69bd5c..8bb0f47 100644 Binary files a/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.miz and b/Wrapper/Group/900-Option-Green-and-Red-State/GRP-900-Option-Green-and-Red-State.miz differ