This commit is contained in:
Frank
2021-02-14 00:19:03 +01:00
parent 74e84a73dd
commit 084499fa0e
4 changed files with 148 additions and 29 deletions

View File

@@ -140,6 +140,7 @@ FLIGHTGROUP = {
flaghold = nil,
Tholding = nil,
Tparking = nil,
Twaiting = nil,
menu = nil,
isHelo = nil,
}
@@ -251,8 +252,6 @@ function FLIGHTGROUP:New(group)
self:AddTransition("*", "LandAt", "LandingAt") -- Helo group is ordered to land at a specific point.
self:AddTransition("LandingAt", "LandedAt", "LandedAt") -- Helo group landed landed at a specific point.
self:AddTransition("*", "Wait", "*") -- Group is orbiting.
self:AddTransition("*", "FuelLow", "*") -- Fuel state of group is low. Default ~25%.
self:AddTransition("*", "FuelCritical", "*") -- Fuel state of group is critical. Default ~10%.