I've done something like this where TILE is the object I'm checking:
SYSTEM
Picky by comparison
distance(TILE.x, TILE.y, TILE.x, TILE.y)
TILE
(action I want to happen)
I'm pretty sure it's not recognizing that I want to test the distance between 2 separate instances. How do I do this properly?