reverted dante authored by Lxlp's avatar Lxlp
================ ## Description
## Description:
Toggles the target AI Toggles the target AI
## Attributes:
| Attribute | Aliases | Description | Default Value | ## Attributes
|-----------|---------|------------------------------|---------------| | Attribute | Aliases | Description | Default |
| ai | | Sets the new mob AI, boolean | | |-----------|-----------|----------------------------------------------------------------------|---------|
| ai | | Sets the new mob AI. `true` enables it, `false` disables it | |
## Examples:
## Examples
This example will turn off the ai of the mob for 5 seconds
```yaml ```yaml
TemporaryAISwitcher: TemporaryAISwitcher:
Skills: Skills:
- setAI{ai=false} @self - setAI{ai=false} @self
- delay 100 - delay 100
- setAI{ai=true} @self - setAI{ai=true} @self
``` ```
\ No newline at end of file