diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-20 18:51:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-20 18:51:24 +0300 |
commit | 8dbeb8f308bb2ae9240ed589760b0b3d9a543a35 (patch) | |
tree | fcb01d7aefe686856e503b118b2fe46de1e12b79 /npc/re | |
parent | 7f3ac11e400874fe996dd285f07c59c83b08d91f (diff) | |
download | serverdata-8dbeb8f308bb2ae9240ed589760b0b3d9a543a35.tar.gz serverdata-8dbeb8f308bb2ae9240ed589760b0b3d9a543a35.tar.bz2 serverdata-8dbeb8f308bb2ae9240ed589760b0b3d9a543a35.tar.xz serverdata-8dbeb8f308bb2ae9240ed589760b0b3d9a543a35.zip |
Convert npc directory into new format.
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/scripts_main.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/re/scripts_main.conf b/npc/re/scripts_main.conf index 4dd3e77c..1861cabc 100644 --- a/npc/re/scripts_main.conf +++ b/npc/re/scripts_main.conf @@ -1,2 +1,5 @@ -npc: npc/functions/main.txt -import: npc/scripts.conf +// Only files that are included here will be read by the server +npc_global_list: ( +"npc/functions/main.txt", +@include "npc/scripts.conf" +) // npc_global_list |