Unknown

From DarkAI

AI MAKE PATH FROM CLOSEST WAYPOINTS

This command creates a path that contains a list of points that represent the visible waypoints from the specified point. As such this does not represent a real path but is instead used to store a list of related points. The waypoints represent the places an entity could move to from its the specified position which are not obstructed by obstacles. They can also denote good places to run for cover since a waypoint represents the corner of an obstacle.

Syntax
AI Make Path From Closest Waypoints Path Number, Container Number, X#, Y#

Parameters
Path Number, The id of the path you want to use to hold the returned data.
Container Number, The id of container you want to create the path from.
X#, The X component of the position.
Y#, The Y component of the position.

Return
n/a