CharPosX

From Wiki
Revision as of 18:49, 10 August 2005 by CEO (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

#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