TileName

From Wiki
Revision as of 19:33, 8 August 2005 by Kedrick Valorite (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

#tileName

Tile System Variables

Description

The #tileName system variable determines the name for the last tile read using the tile command.

There are over 1000 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

tile #tileType #tileZ

Main_Page Documentation Tile System Variables