diff options
| -rw-r--r-- | docs/hooks-script.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hooks-script.md b/docs/hooks-script.md index 927a225..563b8a1 100644 --- a/docs/hooks-script.md +++ b/docs/hooks-script.md @@ -25,6 +25,10 @@ The list of the hooks can be found inside the [ScriptMgr.h file](https://github. ## How to create a hook +Don't worry! is not scary as you may think! + + + Before going through the next step you should ask yourself: do I have to create a new script type based on `ScriptObject` class or can I reuse one of those already existing? A script type is normally strictly related to a certain class of the core. For example: |
