CharPosZ

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

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

#charPosZ

Miscellaneous System Variables

Description

Determines the characters world X-coordinate.

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

Example


if #charposZ = 35
{
  event SysMessage Climb that mountain!
  pause
}

See Also

#charposx #charposy

Main_Page Documentation Miscellaneous System Variables