Difference between revisions of "TileName"
From Wiki
Line 1: | Line 1: | ||
− | + | {{header|tile|ro|The #tileName system variable determines the name for the last tile read using the [[tile]] command. | |
− | + | ||
− | + | ||
− | + | ||
− | {{ro | + | |
− | + | There are over 3000 values for tile names. Some of the more usefull names include Water, Rock, Cave_Floor, Cave_Wall, and variations that include the word Tree (for example "Ohii_Tree").}} | |
− | + | ||
− | There are over | + | |
==== Example ==== | ==== Example ==== | ||
Line 19: | Line 13: | ||
</pre> | </pre> | ||
− | + | {{footer}} | |
− | { | + | |
− | + | ||
− | + | ||
− | + | ||
− | { | + | |
− | + | ||
− | + |
Revision as of 11:30, 26 August 2005
⇒ | The #tileName system variable determines the name for the last tile read using the tile command.
There are over 3000 values for tile names. Some of the more usefull names include Water, Rock, Cave_Floor, Cave_Wall, and variations that include the word Tree (for example "Ohii_Tree"). |
Example
tile init Tile get #charPosX #charPosY 1 display ok The tile at X: , #charPosX , #spc , / Y: , #charPosY , #spc , has the following Name:$ , #tileName halt
See also
Main Page | Documentation |