Difference between revisions of "CharDir"
From Wiki
Line 1: | Line 1: | ||
− | + | {{header|Character Variables|ro| The #charDir system variable determines the direction the character is facing.}} | |
− | + | ||
− | {| | + | |
− | | | + | |
− | + | ||
− | + | ||
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
Line 38: | Line 33: | ||
</pre> | </pre> | ||
+ | |||
{{footer}} | {{footer}} |
Revision as of 16:50, 5 September 2007
⇒ | The #charDir system variable determines the direction the character is facing. |
Value | Facing |
0 | North |
1 | North East |
2 | East |
3 | South East |
4 | South |
5 | South West |
6 | West |
7 | North West |
Example
top: if #CHARDIR = 0 msg : Looking North $ wait 2s goto top
See also
Main Page | Documentation |