Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicMobs
Wiki
Skills
Mechanics
runaitargetselector
runaitargetselector
· Changes
Page history
Fixed a double colon in Skill ID in examples.
authored
Oct 20, 2023
by
Dante
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/runaitargetselector.md
View page @
473b741e
...
@@ -14,7 +14,7 @@ A list of available targets can be found [here](/Mobs/Custom-AI#ai-target-select
...
@@ -14,7 +14,7 @@ A list of available targets can be found [here](/Mobs/Custom-AI#ai-target-select
## Examples:
## Examples:
```
yaml
```
yaml
TargetPossibleThreats:
:
TargetPossibleThreats
:
Skills
:
Skills
:
-
runaitargetselector{target=clear}
-
runaitargetselector{target=clear}
-
runaitargetselector{target=players}
-
runaitargetselector{target=players}
...
...