Cav-DCS-Dev / Cavhold

0 stars 0 forks source link

Add waypoints to aircraft for new objectives #12

Closed MacMillan-M closed 2 years ago

MacMillan-M commented 2 years ago

Need to update aircraft for waypoints to the new objectives.

MacMillan-M commented 2 years ago

Pending method to add waypoints to all player aircraft on side.

Supposedly can be done using MOOSE or MIST.

Logic behind it is:

For all aircraft on coalition BLUE (side 2):

    Waypoint.add(HOTEL)
    Waypoint add(India)
    Waypoint add(Maykop)
pingoocoder commented 2 years ago

Resolved in #43