Difference between revisions of "CharPosZ"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #charPosZ ==
+
[[Category: Miscellanious]]
'''Miscellaneous System Variables'''
+
{|
=== Description ===
+
| width=100 | {{ro}} || 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.
{{ro}}
+
|}
  
Determines the characters world Z-coordinate (Height).
+
== Example ==
 
+
The #charPosZ system variable determines the characters world Z-coordinate. It is the same coordinate system as used in UO Auto Map.
+
 
+
==== Example ====
+
 
<pre>
 
<pre>
  
Line 19: Line 15:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var_charPosX|&#0035;charPosX]] || Width=200px | [[Var_charPosY|&#0035;charPosY]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Character|Character Variables]]
+
|}
+

Revision as of 20:49, 25 August 2005

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

Main Page Documentation