added DistanceFromLocation condition authored by Lxlp's avatar Lxlp
......@@ -141,6 +141,7 @@ Links to conditions added by addon plugins. Any conditions from these links will
| [Dimension](/skills/conditions/dimension) | Location | If the target location is within a certain dimension |
| [DirectionVelocity](/skills/conditions/directionalvelocity) | Entity | If the target has a velocity matching the given parameters |
| [Distance](/skills/conditions/distance) | Compare | Whether the distance between the caster and target is within the given range |
| [DistanceFromLocation](/skills/conditions/DistanceFromLocation) | Entity | Whether the distance between the target and a specified location is within a certain range |
| [DistanceFromPin](/skills/conditions/DistanceFromPin) | Location | Checks if the target is within a certain distance of a specified pin |
| [DistanceFromSpawn](/skills/conditions/distancefromspawn) | Location | Whether the distance from the world's spawn point to the target is within the given range |
| [DistanceFromTrackedLocation](/skills/conditions/distancefromtrackedlocation) | Location | Whether the distance from the tracked location to the target is within the given range |
......
......