diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-11-28 22:56:34 +0100 |
|---|---|---|
| committer | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-11-28 22:56:34 +0100 |
| commit | ae7b37e4e629cd143605d8745b49dd1a737e74b9 (patch) | |
| tree | da0c02deead504cba1263a649ab11adc46509c05 /docs/core-scripts.md | |
| parent | 8f3e0fa9c8895b7e7488aef1270ddba2c1975244 (diff) | |
| download | wiki-ae7b37e4e629cd143605d8745b49dd1a737e74b9.tar.gz wiki-ae7b37e4e629cd143605d8745b49dd1a737e74b9.tar.bz2 wiki-ae7b37e4e629cd143605d8745b49dd1a737e74b9.zip | |
chore: core-scripts
Diffstat (limited to 'docs/core-scripts.md')
| -rw-r--r-- | docs/core-scripts.md | 10 |
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 |
