Author Topic: for OpenEUO what is code to MoveTo next location if you can't get there to first  (Read 2388 times)

0 Members and 1 Guest are viewing this topic.

Offline Dan123The123ManTopic starter

  • Jr. Member
  • **
  • Posts: 31
  • Activity:
    0%
  • Reputation Power: 1
  • Dan123The123Man has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
For OpenEUO whats the code to MoveTo next location if you "Can't Get There" with the first location?

Ive tried:

if MoveTo(X,Y,Z) wait(500) = false then
MoveTo(X,Y,Z) wait(500)

but thats not working. I need to know how to make it MoveTo the second line there is the first one gets "Can't Get There" message for OpenEUO.


EDIT:

Also tried:

if MoveTo(X,Y,Z) wait(500) then
_CurrentCharPosX = UO.CharPosX
_CurrentCharPosY = UO.CharPosY


thinking maybe that would make him continue on standing where he is at if he cant make it to the first (X,Y,Z) coordinates, but that didnt work either.

Tags: