|
|
|
## Description
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
> *This mechanic has no attributes*
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
Sets the caster's target to the trigger when right clicked.
|
|
|
|
```yaml
|
|
|
|
Skills:
|
|
|
|
- setTarget @trigger ~onInteract
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] target
|
|
|
|
|
|
|
|
|
|
|
|
<!--TAGS-->
|
|
|
|
<!--tag:Threat--> |