CharPosY

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

Jump to: navigation, search

#charPosY

Miscellaneous System Variables

Description

Determines the characters world Y-coordinate.

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

Example


if #charPosY = 328
{
  event SysMessage Y marks the spot!
  pause
}

See Also

#charPosX #charPosZ

Main_Page Documentation Character Variables