View Single Post
  #1  
Old 06-09-2014, 05:00 PM
blackbeltben blackbeltben is offline
Registered User
Join Date: Aug 2011
Posts: 83
blackbeltben is on a distinguished road
Tiles Triggering Actions

I want to do a check to see if the player is in a certain tile.
How would I check?
For this example, I just want to use the top left tile (1x1)

PHP Code:
onTimeOut(){
 
setTimer(0.05);
 if 
/*Check if player is in certain tile (1x1)*/ {
  
player.chat "Found Tile!";
 }

Reply With Quote