Difference between revisions of "CharPosY"

From Wiki
Jump to: navigation, search
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
Determines the characters world X-coordinate.
+
Determines the characters world Y-coordinate.
  
The #charPosY system variable determines the characters world X-coordinate. It is the same coordinate system as used in UO Auto Map.
+
The #charPosY system variable determines the characters world Y-coordinate. It is the same coordinate system as used in UO Auto Map.
  
 
==== Example ====
 
==== Example ====

Revision as of 18:57, 10 August 2005

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