Difference between revisions of "ISKernel:NavPath (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
== See Also ==
 
== See Also ==
*[[ISSession:Navigation System|Navigation System]]
+
*[[ISSession:Navigation_System|Navigation_System]]
 +
*[[ISSession:Navigation (Command)|Navigation (Command)]]
 +
*[[ISSession:NavPoint (Command)|NavPoint (Command)]]
 +
*[[ISSession:navpath (Data Type)|navpath (Data Type)]]
 +
*[[ISSession:navpoint (Data Type)|navpoint (Data Type)]]
 +
*[[ISSession:navigation (Data Type)|navigation (Data Type)]]
 +
*[[ISSession:navworld (Data Type)|navworld (Data Type)]]
 +
*[[ISSession:Navigation (Top-Level Object)|Navigation (Top-Level Object)]]
 +
*[[ISSession:NavPath (Top-Level Object)|NavPath (Top-Level Object)]]
 +
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
*[[IS:Session#Commands|Inner Space Session Commands]]
+
 
  
 
{{Command-Stub}}
 
{{Command-Stub}}

Revision as of 01:06, 16 September 2005

Syntax

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

Forms

  • NavPath -reset - resets current nav path
  • NavPath <world> <point> <point> [additional points] - creates a navpath from point 1 to point 2 (and to point 3, etc if given)

Examples

Reset current navigation path

  • NavPath -reset

Create a navpath between two points

  • NavPath "beefalo farmhouse" "meat market"

Create a navpath between four points

  • NavPath "top left" "top right" "bottom right" "bottom left"

See Also