Difference between revisions of "CharDir"

From Wiki
Jump to: navigation, search
(See Also)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #charDir ==
+
[[Category: Miscellanious]]
'''Miscellaneous System Variables'''
+
{|
=== Description ===
+
| width=100 | {{ro}} || The #charDir system variable determines the direction the character is facing.
{{ro}}
+
|}
 
+
The #charDir system variable determines the direction the character is facing..
+
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
Line 29: Line 27:
 
|}
 
|}
  
==== Example ====
+
== Example ==
 
<pre>
 
<pre>
  
Line 39: Line 37:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Character|Character Variables]]
+
|}
+

Revision as of 20:50, 25 August 2005

The #charDir system variable determines the direction the character is facing.
Table of #charDir values
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