Script:usepath: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
(Created page with "This page describes the <code>usepath</code> script command. Usage: usepath <direction> The spell caster is always the current IO. Parameters: {| class="wikitable sortabl...")
 
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page describes the <code>usepath</code> script command.
{{ScriptCommandPage
 
|description=change the direction to move along a [[Script:setpath|path]]
Usage:
|context=any
 
|parameters=
usepath <direction>
direction string The direction to move along the path
 
}}
The spell caster is always the current IO.
 
Parameters:
{| class="wikitable sortable"
! Parameter
! Type
! Description
|-
| <code><direction></code>
| {{text}}
| Direction to move along the path
|}


Direction:
Direction:
Line 32: Line 20:
| Stay still
| Stay still
|}
|}
[[Category:Script commands]]

Latest revision as of 04:03, 17 April 2020

The usepath script command is used to change the direction to move along a path for an entity.

Usage

usepath <direction>

Context: Any Entity

Parameters:

ParameterTypeDescription
direction string The direction to move along the path

Direction:

Value Description
b Move backwards
f Move forwards
p Stay still