ID:155093
 
i want to check if there is a dense atom in the path from one atom to the other, not using any pathfing to dodge dense objetcs, like this

*
*
atom1 * atom2
*
*

* is a dense atom, in this case the proc would return positive cause there is a dense atom in the path beetween the two atoms, please help me doing a proc that can check this would help me a lot.
I usually handle this by using "radar." I send an invisible object out to check if something is hit and tell the origin whether or not something was hit.
In response to Lugia319
i think this would lag too much the server if used a lot, i'm trying to find a less consuming way to to this.