Difference between revisions of "CursKind"
From Wiki
Panther.sn (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
| − | + | {{header|Extended|ro|The #cursKind system variable determines the facet where the character is.}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | {{ro}} | + | |
| − | |||
| − | |||
| − | |||
| − | |||
{| 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> | ||
| − | + | ||
| − | + | {{footer}} | |
| − | { | + | |
| − | + | ||
| − | + | ||
Revision as of 08:05, 27 August 2005
| ⇒ | The #cursKind system variable determines the facet where the character is. |
| 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 |