Difference between revisions of "CharPosZ"

From Wiki
Jump to: navigation, search
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
Determines the characters world X-coordinate.
+
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.
 
The #charPosZ system variable determines the characters world Z-coordinate. It is the same coordinate system as used in UO Auto Map.

Revision as of 18:57, 10 August 2005

#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 Miscellaneous System Variables