Last Modified: 9/8/2021
Reads the tile value from the specified coordinates.
| Name | Type | Required | Description |
| X | Integer | Yes | The x-coordinate. |
| Y | Integer | Yes | The y-coordinate. |
| Syntax: ReadTile(<X>, <Y>) |
|
DrawTile 1,10,10 Print ReadTile(10,10) |