Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/OriginDistanceFromPin.md
0 → 100644
View page @
595b54c3
## Description
Checks if the [@origin] is within a certain distance of a specified [pin]
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| pin | p | The pin to check against |
<!--type:Pin-->
|
| distance | d | The distance to check against. Can be a range. | |
## Examples
```
yaml
Conditions
:
-
originDistanceFromPin{pin=example_pin;d=>10}
true
```
<!-- LINKS -->
[
pin
]:
/Pins
[
@origin
]:
/Skills/Targeters/Origin
\ No newline at end of file