summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-11-28 22:56:34 +0100
committerKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-11-28 22:56:34 +0100
commitae7b37e4e629cd143605d8745b49dd1a737e74b9 (patch)
treeda0c02deead504cba1263a649ab11adc46509c05 /docs
parent8f3e0fa9c8895b7e7488aef1270ddba2c1975244 (diff)
downloadwiki-ae7b37e4e629cd143605d8745b49dd1a737e74b9.tar.gz
wiki-ae7b37e4e629cd143605d8745b49dd1a737e74b9.tar.bz2
wiki-ae7b37e4e629cd143605d8745b49dd1a737e74b9.zip
chore: core-scripts
Diffstat (limited to 'docs')
-rw-r--r--docs/core-scripts.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/core-scripts.md b/docs/core-scripts.md
index 9debebc..78cc078 100644
--- a/docs/core-scripts.md
+++ b/docs/core-scripts.md
@@ -66,6 +66,16 @@ void AddSC_boss_lord_marrowgar()
}
```
+### Different types of Creature AI's
+
+| Name |
+| -------------- |
+| CreatureAI |
+| BossAI |
+| GuardianAI |
+| PetAI |
+| NullCreatureAI |
+
## Spell Scripts
### Validation of spells used in a script