Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Show whitespace changes
Inline
Side-by-side
skills/mechanics/setai.md
0 → 100644
View page @
38502e7a
## 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-->