diff options
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 |
