I guess it is tested now, we have flown it a few times! Need to add win conditions and a few other triggers. Was trying to keep it vanilla to see if it would not crash.
In case anyone is wondering we use labels for missions such as this....(Targets scattered over a large warzone)
but we have them reduced to dots (asterisk) so words and distances are not obscuring the targets.
How to change labels to a symbol here:
http://www.sdsquad.com/index.php?topic=2455.0my labels.lua file looks like this
AirFormat = {}
AirFormat[10] = "*"
AirFormat[5000] = "*"
AirFormat[10000] = "*"
AirFormat[20000] = "*"
AirFormat[30000] = "*"
GroundFormat = {}
GroundFormat[5000] = "*"
GroundFormat[10000] = "*"
GroundFormat[20000] = "*"
NavyFormat = {}
NavyFormat[10000] = "*"
NavyFormat[20000] = "*"
NavyFormat[40000] = "*"
WeaponFormat = {}
WeaponFormat[5000] = "*"
WeaponFormat[10000] = "*"
WeaponFormat[20000] = "*"