Update targetwithin authored by Lxlp's avatar Lxlp
## Description ## Description
Tests if the target's target is within a certain distance. Tests if the target's vanilla target is within a certain distance.
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| distance | d | Distance to check | 0 | | distance | d | Distance to check | 0 |
## Examples ## Examples
```yaml ```yaml
Conditions: Conditions:
- targetwithin{d=10} true - targetwithin{d=10} true
``` ```
\ No newline at end of file