mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 2.3.0
DCS Jul-11, Jul-22, Aug-09 code hardening. NEW: Convoy and TWN
This commit is contained in:
@@ -75,13 +75,9 @@ function rndFlags.createRNDWithZone(theZone)
|
||||
-- trigger flag
|
||||
if theZone:hasProperty("f?") then
|
||||
theZone.triggerFlag = theZone:getStringFromZoneProperty("f?", "none")
|
||||
end
|
||||
|
||||
if theZone:hasProperty("in?") then
|
||||
elseif theZone:hasProperty("in?") then
|
||||
theZone.triggerFlag = theZone:getStringFromZoneProperty("in?", "none")
|
||||
end
|
||||
|
||||
if theZone:hasProperty("rndPoll?") then
|
||||
elseif theZone:hasProperty("rndPoll?") then
|
||||
theZone.triggerFlag = theZone:getStringFromZoneProperty("rndPoll?", "none")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user