|
================
|
|
## Description
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
|
|
Sets the mob's target to the target entity.
|
|
Sets the mob's target to the target entity.
|
|
If using threat tables, will increase threat to the threshold to change targets for the targeted entity.
|
|
If using threat tables, will increase threat to the threshold to change targets for the targeted entity.
|
|
|
|
|
|
## Attributes:
|
|
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
## Attributes
|
|
| --------- | ----- | ----------- |
|
|
> *This mechanic has no attributes*
|
|
| none | none | none |
|
|
|
|
|
|
|
|
## Examples:
|
|
## Examples
|
|
sets the casters target to the targeter when right clicked.
|
|
Sets the caster's target to the trigger when right clicked.
|
|
```yaml
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- setTarget @trigger ~onInteract
|
|
- setTarget @trigger ~onInteract
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |