reverted dante authored by Lxlp's avatar Lxlp
==============
## Description:
## Description
Sets the tongue target for a frog caster to the target entity.
## Attributes:
| Attribute | Alias | Description |
| --------- | ----- | ----------- |
| none | none | none |
## Attributes
> *This mechanic has no attribute*
## Examples:
Sets the frog's tongue to the trigger trigger when right clicked.
## Examples
Sets the frog's tongue target to the nearest entity when right clicked.
```yaml
MyLovingFrog:
Type: FROG
Skills:
- setTongueTarget @trigger ~onInteract
- setTongueTarget @EIR{r=5;limit=1;sort=NEAREST} ~onInteract
```
\ No newline at end of file