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.
ID:155093
Sep 20 2011, 11:51 am
|
|
Sep 20 2011, 12:21 pm
|
|
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.
|