diff options
Diffstat (limited to 'docs/manaserv.xml.example')
-rw-r--r-- | docs/manaserv.xml.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example index 75b77437..3ce0b419 100644 --- a/docs/manaserv.xml.example +++ b/docs/manaserv.xml.example @@ -289,4 +289,11 @@ <!-- end of mail configuration ******************************************** --> +<!-- Scripting configuration ********************************************** --> + + <option name="script_defaultEngine" value="lua"/> + <option name="script_mainFile" value="scripts/main.lua"/> + +<!-- End of scripting configuration *************************************** --> + </configuration> |