Skip to content

Commit

Permalink
Merge pull request #135 from 7Cav/LowerRedlight
Browse files Browse the repository at this point in the history
Lowered red light time down to 30 from 60
  • Loading branch information
AndreasBrostrom authored Jun 10, 2018
2 parents 96b5e5b + 176e20d commit 65a69e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CfgSettings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class CfgSettings {

// Hints and documents
useStartHint = 1; // 0 or 1 Allow the mission to run the RedLightHint or TrainingMissionHint depends on mission type (Default: 1)
setRedLightTime = 60; // Seconds for how long it is red light (Default: 60)
setRedLightTime = 30; // Seconds for how long it is red light (Default: 60)
setTrainingHintTime = 15; // Seconds for how long the hint is shown (Default: 15)
setCustomHintTopic = "My custom Mission!"; // Sets a custom mission hint topic. (Requires: isMissionType=0)
setCustomHintText = "I have design this mission! Yey for me!"; // Sets a custom mission hint text. (Requires: isMissionType=0)
Expand Down

0 comments on commit 65a69e8

Please sign in to comment.