Re: Detect things inside self (or very close)
Sorry, edited it a bit after I posted cause I realized I forgot some stuff.
Shortest distance gives you a vector, but you can use the
vector magnitudeto get you a scalar distance. To limit it to 10 pixels, you'd replace NUM_YOU_WANT with 10.