Thread: Shovel
View Single Post
  #8  
Old 07-23-2010, 12:25 AM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Quote:
Originally Posted by xMane View Post
how do i find the current tile i am on?
Quote:
Originally Posted by fowlplay4 View Post
You can use a script like this to get the tiles ID.

PHP Code:
//#CLIENTSIDE
function onMouseDown() {
  
player.chat "Tile: " tiles[mousexmousey];

Reply With Quote