From 926fdc9be6e33f36fcec9e59b9bb6e7ed55607b9 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 28 Apr 2021 16:17:20 +0200 Subject: Update hooks-script.md --- docs/hooks-script.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/hooks-script.md b/docs/hooks-script.md index 7064bb5..c036428 100644 --- a/docs/hooks-script.md +++ b/docs/hooks-script.md @@ -1,3 +1,7 @@ +--- +tableofcontents: 1 +--- + # The ScriptAI system The ScriptAI system implemented by AC uses a special [Observer pattern](https://en.wikipedia.org/wiki/Observer_pattern) strategy to implement an event-driven programming which is also the **CORE** of our modular system. -- cgit