UO.Pathfind

From OpenEUO
Revision as of 13:13, 9 October 2010 by 76.184.213.234 (Talk)

Jump to: navigation, search
UO.Pathfind(x,y,z)

Moves you to the position given by the coordinates. If the Z coordinate is omitted, it is assumed to be -1.


Note:

  • The script will continue executing while the character is simultaneously moving.
  • UO.PathFind command only works within one screen. If you need to move longer you need to break up the path in to several calls.

UO.Move