ISKernel:NavPath (Command)

From Lavish Software Wiki
Revision as of 16:53, 3 June 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Syntax

NavPath -reset|<world> <from point> <to point> [additional points ...]

Description

Retrieves the shortest connected path in a given world from one point to another, to be used with the NavPath Top-Level Object. The -reset switch is used to clear the path, though this is not required before generating a new path.

Examples

NavPath "area 1" "front of inn" "front of bank"
NavPath "area 1" "front of inn" "front of bank" "top of ramp"
NavPath -reset

See Also