After a particular waypoint, add a waypoint to the route of aircraft (FMS).
Usage:
acid AFTER afterwp ADDWPT (wpname/lat,lon),[alt,spd]
Arguments 1: Use waypoint name
| Name | Type | Required | Description |
|---|---|---|---|
| acid | txt | Yes | Aircraft id |
| afterwp | txt | Yes | Waypoint name |
| wpname | txt | Yes | Waypoint name |
| alt | float | No | Altitude |
| spd | float | No | Speed |
Arguments 2: Use Coordinates
| Name | Type | Required | Description |
|---|---|---|---|
| acid | txt | Yes | Aircraft id |
| afterwp | txt | Yes | Waypoint name |
| lat | float/txt | Yes | Latitude |
| lon | float/txt | Yes | Longitude |
| alt | float | No | Altitude |
| spd | float | No | Speed |