Quote:
Originally Posted by xMane
Ha. Your funny. I know how to script im trying to do what i am saying but it isnt working out so good.
|
Then it should have been obvious to..
Edit the checkTiles, and how the switch statement evaluates the value returned by it.
You can use a script like this to get the tiles ID.
PHP Code:
//#CLIENTSIDE
function onMouseDown() {
player.chat = "Tile: " @ tiles[mousex, mousey];
}