Difference between revisions of "CharPosY"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|Character Variables|ro| 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.}}
[[Category: Character]]
+
{|
+
| width=100 | {{ro}} || 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 ==
 
== Example ==

Revision as of 16:50, 5 September 2007

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

Main Page Documentation