Changes
Page history
Create skills/conditions/OriginDistanceFromPin
authored
Oct 09, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/conditions/OriginDistanceFromPin.md
0 → 100644
View page @
237cf0b6
## 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 | |
| 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