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

From Lavish Software Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
'''This navigation system is deprecated and is not supported. There may be bugs in it. Please use [[LavishNav]] instead'''
 +
 
== Syntax ==
 
== Syntax ==
 
NavPath -reset|<world> <from point> <to point> [additional points ...]
 
NavPath -reset|<world> <from point> <to point> [additional points ...]
Line 24: Line 26:
 
*[[ISSession:Navigation (Top-Level Object)|Navigation (Top-Level Object)]]
 
*[[ISSession:Navigation (Top-Level Object)|Navigation (Top-Level Object)]]
 
*[[ISSession:NavPath (Top-Level Object)|NavPath (Top-Level Object)]]
 
*[[ISSession:NavPath (Top-Level Object)|NavPath (Top-Level Object)]]
 +
 +
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Kernel#Commands|Kernel Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
*[[LavishScript:Commands|LavishScript Commands]]
 
  
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 
[[Category:Inner Space]]
 
[[Category:Inner Space]]
[[Category:Inner Space Session]]
+
[[Category:Inner Space Kernel]]
[[Category:Inner Space Session Commands]]
+
[[Category:Inner Space Kernel Commands]]

Latest revision as of 13:53, 10 July 2009

This navigation system is deprecated and is not supported. There may be bugs in it. Please use LavishNav instead

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