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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
== Examples ==
 
== Examples ==
NavPath "area 1" "front of inn" "front of bank"
+
===Reset current navigation path===
NavPath "area 1" "front of inn" "front of bank" "top of ramp"
+
*NavPath -reset
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 ==
 
== See Also ==

Revision as of 19:29, 25 August 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