Changes
Page history
reverted dante
authored
Oct 23, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/settonguetarget.md
View page @
541ff81f
==============
## 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