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