Fixed a bug in TaskFollow and TaskEscort

- In TaskFollow method, controllerId was renamed back to groupId. Did
this in all required functions in the Controllable.lua where this
mistake was made during renaming.
- In TaskFollow method, fixed the lastWptIndexFlag bug, which needs to
be set to false if lastWptIndex is not given. Did this fix also in
TaskEscort method.
- Made an additional test mission to demonstrate the TaskFollow API.
This commit is contained in:
Sven Van de Velde
2016-12-05 12:54:57 +01:00
parent 9126c8c0b2
commit 8c85f9319d
5 changed files with 89 additions and 59 deletions