Path through multiple points

Is it possible to give the seeker an array of points for it to built a path through? This waypoints for an RTS. I looked through the docs and didn’t see a way to do it directly (without scripting it), but figured I’m just not looking for the right thing.

Thanks.

There is an example script in the docs:
http://arongranberg.com/astar/docs/_waypoint_path_8cs-example.php

Also a tester script using the above script:
http://arongranberg.com/astar/docs/_waypoint_path_tester_8cs-example.php

A* itself cannot handle a path going through multiple waypoints, so it is not logical to include it in the core scripts.