Difference between revisions of "CursKind"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|Extended|ro|The #cursKind system variable determines the facet where the character is.}}
== #cursKind ==
+
'''Extended System Variables'''
+
=== Description ===
+
{{ro}}
+
  
The [[Var cursKind|#cursKind]] system variable determines the facet where the character is.
 
 
 
'''Table 34. [[Var cursKind|#cursKind]] values.'''
 
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
|-
+
|+#cursKind Values
 
| width=60px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description
 
| width=60px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description
 
|-
 
|-
Line 42: Line 34:
 
halt
 
halt
 
</pre>
 
</pre>
=== See Also ===
+
 
----
+
{{footer}}
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Extended|Extended System Variables]]
+
|}
+

Revision as of 09:05, 27 August 2005

The #cursKind system variable determines the facet where the character is.


#cursKind Values
Value Description
0 Felucca
1 Trammel
2 Ilshenar
3 Malas
4 Tokuno


Example

msg Hmmm I wonder where I am$
if #cursKind = 0
     set %iamin Felucca
if #cursKind = 1
     set %iamin Trammel
if #cursKind = 2
     set %iamin Ilshenar
if #cursKind = 3
     set %iamin Malas
if #cursKind = 4
     set %iamin Tokuno
msg Oh Ok I am in %iamin $
halt

See also

Main Page Documentation