
10-22-2012, 11:16 PM
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
The ability to get an array of tiles in a box(equivalent to onwall2) without looping would be nice.
Like tilesBox(x,y,width,height) would return an array of all the tiles detected within the constraints.
Also tiletypeBox(x,y,width,height) which would do the same, but return tiletypes.
This is off the top of my head and there may be a more graceful function scheme, but all I know is when you start getting into customizing anything involving tile checks, you always have to loop and check tiles individually which is a pain and can be expensive at times. |
|
|