UO.Move

From OpenEUO
Revision as of 14:01, 8 October 2010 by 76.184.213.234 (Talk) (Created page with " local bsuccess = UO.Move(x,y[,tolerance[,timeout]]) Moves the character to a specified position. No pathfinding is done, so you should probably use event PathFind instead. If u...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
local bsuccess = UO.Move(x,y[,tolerance[,timeout]])

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.