based off pics0 so i guess type 0.
Its kind of on topic, in a way now, so I'll go ahead an ask another question. Trying to find out the tile location, like 0x3AB or whatever, so I can do a movement system of sorts, but this isnt working either, tried it clientside and serverside.
PHP Code:
function OnMouseDown() {
player.chat = tiles[mousex,mousey];
}