Name
pathFind — Pathfind to specific 3D world coordinates.
Synopsis
call subs.txt pathFind { worldx } { worldy } [ worldz ] [ tolerance ] [ timeout ] [ stoprange ]
Parameters
Table 16. pathFind parameters
| Name | Description |
|---|
| worldx | World x-coordinate. |
| worldy | World y-coordinate. |
| worldz | World z-coordinate. |
| tolerance | Tolerance (in tiles). |
| timeout | Timeout (in seconds). |
| stoprange | Stop when in range (defaults to #true). |
Description
Pathfind to specific 3D world coordinates.
Returns
%return (#true or #false)