i have multiple copies of a entity and i need them to calculate the distance between each other but when i do vec_dist(me.x,entity.x) it returns zero because its calculated the dist from itself to itself. so how do i make the vec_dist look to other types of the same entity with the exact ssame name but only use its own position for the me.x portion of the equation?


The only thing in life you can depend on is death and taxes.