Changes
Page history
added ClearTarget mechanic
authored
Oct 01, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/setai.md
0 → 100644
View page @
1f8283a3
## Description
Toggles the target AI
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| ai | state, value | Sets the new mob AI.
`true`
enables it,
`false`
disables it | false |
## Examples
This example will turn off the ai of the mob for 5 seconds
```
yaml
TemporaryAISwitcher
:
Skills
:
-
setAI{ai=false} @self
-
delay
100
-
setAI{ai=true} @self
```
## Aliases
-
[x] ai
<!--TAGS-->
<!--tag:AI-->