UO.Pathfind
From OpenEUO
Revision as of 13:07, 8 October 2010 by 76.184.213.234 (Talk) (Created page with " 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 wh...")
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.