Difference between revisions of "CharPosX"

From Wiki
Jump to: navigation, search
Line 12: Line 12:
 
<pre>
 
<pre>
  
if #charposx = 4515
+
if #charPosX = 4515
 
{
 
{
 
   event SysMessage X marks the spot!
 
   event SysMessage X marks the spot!

Revision as of 18:58, 10 August 2005

#charPosX

Miscellaneous System Variables

Description

Determines the characters world X-coordinate.

The #charPosX system variable determines the characters world X-coordinate. It is the same coordinate system as used in UO Auto Map.

Example


if #charPosX = 4515
{
  event SysMessage X marks the spot!
  pause
}

See Also

#charPosY #charPosZ

Main_Page Documentation Miscellaneous System Variables