diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-02-06 23:56:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-06 23:56:54 +0100 |
| commit | 84328ffb66e8270aa77dc2df9aa61cd7f3cf5071 (patch) | |
| tree | b62d4e9b360205242218fe0887f9dbfdd7c0233c /docs | |
| parent | 944e0cf26b844f23001cc2c1455b6a03f83bd6a0 (diff) | |
| download | wiki-84328ffb66e8270aa77dc2df9aa61cd7f3cf5071.tar.gz wiki-84328ffb66e8270aa77dc2df9aa61cd7f3cf5071.tar.bz2 wiki-84328ffb66e8270aa77dc2df9aa61cd7f3cf5071.zip | |
fix: AIName gameobject_template.md (#185)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gameobject_template.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/gameobject_template.md b/docs/gameobject_template.md index 3033b70..a933ca1 100644 --- a/docs/gameobject_template.md +++ b/docs/gameobject_template.md @@ -996,7 +996,8 @@ No data data used, all are always 0 ### AIName -This field is overridden by ScriptName field if both are set. Only 'SmartGameObjectAI' can be used. +This field is overridden by ScriptName field if both are set. +Note: Only `SmartGameObjectAI` can be used in this field, do not use `SmartAI` ### ScriptName |
