View Single Post
  #3  
Old 02-01-2004, 11:48 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
I use it for weapons where you have to be on specific tile(s).
It goes like:
Quote:
if(tiles[playerx,playery] == tileshere||tileshere2){
//stuff
}
Or put all the tile values in a variable to make it easier to add and read.
Reply With Quote