Difference between revisions of "CharPosY"
From Wiki
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | [[Category: Miscellanious]] | |
| − | + | {| | |
| − | = | + | | 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. |
| − | {{ro}} | + | |} |
| − | + | == Example == | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
<pre> | <pre> | ||
| Line 19: | Line 15: | ||
</pre> | </pre> | ||
| − | + | {{footer}} | |
| − | { | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | { | + | |
| − | + | ||
| − | + | ||
Revision as of 19:48, 25 August 2005
| ⇒ | 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 |