Difference between revisions of "Move"

From Wiki
Jump to: navigation, search
m
m
Line 19: Line 19:
 
</pre>
 
</pre>
  
 +
== Related Commands ==
 +
{| style="background:gainsboro; color:black; border: 2px #aaa solid;"
 +
| Width=250px align=center | [[event Pathfind]]
 +
|}
 
{{footer}}
 
{{footer}}

Revision as of 12:31, 3 August 2007


Synopsis

move {X-Coordinate} {Y-Coordinate} [tolerance] [timeout]

Description

The move command moves the character to a specified position. No pathfinding is done, so you should probably use event PathFind instead.

If unspecified, tolerance defaults to 2.

if unspecified, timeout defaults to 3s.


Note: Please note that if you are using UOAssist, you need to make sure these keys are not assigned to anything: Cursor Up, Cursor Down, Cursor Left, Cursor Right, Home, End, Page Up and Page Down. EasyUO uses these keys to move your character.


Example

; This will attempt to get within 2 tiles of location 1234 1234.
; If it does not get there within 3 seconds it will give up.
; The closest it will get is 2 tiles away, lower that arguement to get closer.
move 1234 1234 2 3s

Related Commands

event Pathfind

See also

Main Page Documentation