CharDir

From Wiki
Revision as of 19:02, 10 August 2005 by CEO (Talk | contribs)

Jump to: navigation, search

#charDir

Miscellaneous System Variables

Description

The #charDir system variable determines the direction the character is facing..

Table of #charDir values
Value Facing
OK "Ok" was clicked
CANCEL "Cancel" was clicked
YES "Yes" was clicked
NO "No" was clicked

Example


top:
if #CHARDIR = 0
	msg : Looking North $
wait 2s
goto top

See Also

#charPosX #charPosY #charPosZ

Main_Page Documentation Miscellaneous System Variables