Difference between revisions of "CharPosY"

From Wiki
Jump to: navigation, search
Line 12: Line 12:
 
<pre>
 
<pre>
  
if #charposy = 328
+
if #charPosY = 328
 
{
 
{
 
   event SysMessage Y marks the spot!
 
   event SysMessage Y marks the spot!

Revision as of 18:58, 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