CursKind
From Wiki
Revision as of 21:49, 15 August 2005 by Panther.sn (Talk | contribs)
#cursKind
Extended System Variables
Description
⇒
The #cursKind system variable determines the facet where the character is.
Table 34. #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 | Extended System Variables |