Difference between revisions of "CharPosY"
From Wiki
Line 12: | Line 12: | ||
<pre> | <pre> | ||
− | if # | + | if #charPosY = 328 |
{ | { | ||
event SysMessage Y marks the spot! | event SysMessage Y marks the spot! |
Revision as of 17: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 |