CharPosZ

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

Jump to: navigation, search

#charPosZ

Miscellaneous System Variables

Description

Determines the characters world Z-coordinate (Height).

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 Character Variables