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.}} | {{header|Character Variables|ro| The #charDir system variable determines the direction the character is facing.}} | ||
− | + | : | |
+ | : | ||
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
|+ Table of #charDir values | |+ Table of #charDir values |
Revision as of 16:51, 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 |