Cube game again...hopefully someone will answer this time...
What I'm trying to get the game to do is recognise certain formations of occupied tiles (placements of cubes) and create an object that produces 'marines' or in this case, just make a mine to give off resources.
Anyway, so the way I attempted was to set the private variables 'x' and 'y' of each occupied tile, and then detect whether the x and y co-ordinates of other occupied are the appropriate amount of distance away from the top left tile in a formation of a cross with the middle empty. But nothing happens when I make the appropriate formation and I've checked it on all the different levels of detection and it doesn't do anything. Is there some way to get this to work, like spamming 'for each tile' everywhere or something?
You can find the event sheet under 'mine detection':
http://www.mediafire.com/?dhwmd2cs6zv9yel
PS how do you 'attach' files like I've seen other people do?