I'm having a little instance picking confusion. I know there's a lot of stuff about it around here, but I've read so much of it, I've just gotten myself confused. (good chance I've seen the answer and just didn't recognize it)
Let's say I want to know if one nose is right above another, something like:
If nose is overlapping nose at offset (0, -50)
No problem. now next, I want to do some other comparisons in sub-events (or not?) with these two noses, something like:
if the first nose.x < the second nose.x
but there are many other nose instances, so they could be any random number uids and such.
how do I know and use exactly which two noses I'm dealing with?