Difference between revisions of "CharPosZ"
From Wiki
| Line 1: | Line 1: | ||
| − | + | {{header|Character Variables|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.}} | |
| − | + | ||
| − | {| | + | |
| − | | | + | |
| − | + | ||
== Example == | == Example == | ||
Revision as of 15:50, 5 September 2007
| ⇒ | 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 |