|
Mechanic: Set Tongue Target
|
|
==============
|
|
--------------------------
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
Sets the tongue target for a frog caster to the target entity.
|
|
Sets the tongue target for a frog caster to the target entity.
|
|
|
|
|
|
**Attributes**
|
|
## Attributes:
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
| Attribute | Alias | Description |
|
|
| --------- | ----- | ----------- |
|
|
| --------- | ----- | ----------- |
|
|
| none | none | none |
|
|
| none | none | none |
|
|
|
|
|
|
Examples
|
|
## Examples:
|
|
--------
|
|
|
|
|
|
Sets the frog's tongue to the trigger trigger when right clicked
|
|
```yaml
|
|
```yaml
|
|
|
|
MyLovingFrog:
|
|
|
|
Type: FROG
|
|
Skills:
|
|
Skills:
|
|
- setTongueTarget @trigger ~onInteract
|
|
- setTongueTarget @trigger ~onInteract
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |