Nth Nearest Particle?

I’ll look at adding a node for that. In the mean time, you can use two ParticleSumCount nodes to calculate this. Have one sum the first N particles, and the other sum the first N-1 and then subtract their results. Make sure the falloffPower is set to 0 though (so that its a straight up sum instead of weighted sum).