capt-t

Results 8 issues of capt-t

- Waypoints in-game and - Waypoints for `getWaypoint` are also indexed 1, ..., getWaypointCount(). But - Waypoints in `commandRemoveWaypoint` and - Waypoints in `commandMoveWaypoint` are indexded 0, ..., getWaypointCount() -...

Require `comms.lua` and reuse the functions.

Dummy commit, waiting for #1150 to avoid merge conflicts.

Improve comments for scenarios 00 to 10 and some script files. The dummy comments are necessary for tools like ldoc that need a comment starting with `---` to include a...

There might be small things that can be improved. Please review/comment/fix/merge. - Longer/shorter strings, in particular for the descriptions? - Is `!= ""` correct for unset descriptions? - Can I...

`comms_station.lua` from the game's scripts directory is still used even if the file is also in the user's scripts directory. (It works if it is *only* in the user's scripts...

LuaDoc comments (for functions and) for script files look like this: ```lua --- Summary. -- Description; this can extend over -- several lines. ``` Unfortunately, EE scenarios currently start with...