View Single Post
  #3  
Old 06-09-2014, 05:17 PM
blackbeltben blackbeltben is offline
Registered User
Join Date: Aug 2011
Posts: 83
blackbeltben is on a distinguished road
Quote:
Originally Posted by Jakov_the_Jakovasaur View Post
PHP Code:
temp.playerTile tiles[player.1.5player.2]; 
theres also tiletype:

PHP Code:
temp.playerTiletype tiletype(player.1.5player.2); 


Do you think you could use it in an example for me, I'm having trouble understanding.. I was never good at tile stuff.

I'm using this for the check but I get errors. I guess I'm not using it in right context..

PHP Code:
 if ((temp.playerTiletype == 23(player.x+1.5player.y+2)){
  
player.chat "found";
 } 
Reply With Quote