... | ... | @@ -7,7 +7,8 @@ Causes the mob to stop doing anything based on provided conditions. |
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| conditions | | The conditions to use | |
|
|
|
| conditions | c, cond, fleeconditions | The conditions to use | |
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
This would cause the mob to stop it's AI if the [day](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/skills/conditions/day) condition is met.
|
... | ... | @@ -17,4 +18,8 @@ ExampleMob: |
|
|
AIGoalSelectors:
|
|
|
- clear
|
|
|
- doNothing{conditions=[ - day true ]}
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] nothing |
|
|
\ No newline at end of file |