trigger.smokeColor and trigger.flareColor in the DCS mission env's definition are not in all caps but have the first letter capitalized.
trigger.smokeColor should be:
trigger.smokeColor = {
Green = 0,
Red = 1,
White = 2,
Orange = 3,
Blue = 4
}
trigger.flareColor should be:
trigger.flareColor = {
Green = 0,
Red = 1,
White = 2,
Yellow = 3
}
trigger.smokeColorandtrigger.flareColorin the DCS mission env's definition are not in all caps but have the first letter capitalized.trigger.smokeColorshould be:trigger.flareColorshould be: