He means that I shouldn't use sqrt and instead check the with the square result (Meaning when checking for a distance of 5, I check with 25 (5²) instead in the script).
This is doable, but I'm planning ot use vec_dist anyway, because it has less problems with exceeding variable ranges for great distances.
Not sure how much slower vec_dist is, though.