Difference between revisions of "CharDir"

From Wiki
Jump to: navigation, search
(Description)
(See Also)
Line 41: Line 41:
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px | [[Documentation#Character|#Character Variables]]
 
 
|}
 
|}
 
----
 
----
 
{|
 
{|
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Miscellaneous_Variables|Miscellaneous System Variables]]
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Character|Character Variables]]
 
|}
 
|}

Revision as of 19:22, 10 August 2005

#charDir

Miscellaneous System Variables

Description

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 Character Variables