markdwags / Razor

Razor is a free tool designed to help with simple tasks while playing Ultima Online.
https://www.razorce.com
GNU General Public License v3.0
134 stars 90 forks source link

Get player coordinates #202

Closed Zyles closed 1 year ago

Zyles commented 1 year ago

Is it possible to get the current player coordinates?

Or could such a feature be added?

mljohnson75 commented 1 year ago

[coord site says [where should do it, but it doesn't. [coord works, though

markdwags commented 1 year ago

Commands that start with [ are usually server commands, not Razor commands. Some servers might have it as [where, sounds like in your case its [coord.

You can type >where to display your current coordinates and use the if position expression in scripting to do certain things if you are in a certain position. You can also use if insysmsg if the server you play on supports those commands.