Script:setpath: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
(Created page with "{{Stub}} This page describes the <code>setpath</code> script command. Usage: setpath none setpath [-wf] <name> Flags: * <code>-w</code>: Use special handling for the wor...")
 
mNo edit summary
Line 6: Line 6:


  setpath none
  setpath none
  setpath [-wf] <name>
  setpath [-wf] <path>


Flags:
Flags:
Line 18: Line 18:
! Description
! Description
|-
|-
| <code><name></code>
| <code><path></code>
| {{text}}
| {{text}}
| Name of the path to follow
| Name of the path to follow

Revision as of 06:54, 18 January 2018

This article is a stub - you can help by expanding it. See the Wiki FAQ.

This page describes the setpath script command.

Usage:

setpath none
setpath [-wf] <path>

Flags:

  • -w: Use special handling for the worm
  • -f: Follow the path direction

Parameters:

Parameter Type Description
<path> Template:Text Name of the path to follow

The direction to move along the path can be changed using the usepath script command. However calling the setpath command resets the direction to forwards as if usepath f was called right after it.