Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/targetwithin.md
0 → 100644
View page @
595b54c3
## Description
Tests if the target's target is within a certain distance.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| distance | d | Distance to check | 0 |
## Examples
```
yaml
Conditions
:
-
targetwithin{d=10}
true
```
\ No newline at end of file