When building a single mission (i assume it works in camPain building) defining a aerial target in this manner seems to work:
TARGET=Flight002
However, if i want to add a target that i add when writing the mission as below:
[GroundMission002]
GroundObjectType=FRIGATE
Name=FF Escort
etc etc etc
Will adding a 'TARGET=' comment to the mission designate the 'Frigate' as a target.
Example: 'TARGET=GroundObject002' or 'TARGET=GroundMission002'
am not sure how to do that
obviously...am adding the 'TARGET=' command to an aircraft (or for that matter i am wondering if i designated a groundmission object as a target for a destroyer if that would work too)
Example:
[AircraftMission004]
AircraftType=F-4B_USMC
Nation=USMC
Squadron=VMFA531
AircraftNumber=00
PilotTrainingStandard=NORMAL
TARGET=GROUNDOBJECT002
EXAMPLEEXAMPLEEXAMPLE
[GroundMission002]
GroundObjectType=FRIGATE
Name=FF Escort
TARGET=Flight004