From e3a5d32d08d92972c94be5036613f2f736c2f963 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Nov 2014 23:12:19 +0300 Subject: hercules: include main functions file. Must be present. --- hercules/code/server/npcs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hercules/code') diff --git a/hercules/code/server/npcs.py b/hercules/code/server/npcs.py index 63a14d4..26a6de6 100644 --- a/hercules/code/server/npcs.py +++ b/hercules/code/server/npcs.py @@ -28,6 +28,7 @@ class ScriptTracker: def createMainScript(): with open(npcMainScript, "w") as w: + w.write("npc: npc/functions/main.txt\n") w.write("import: npc/scripts.conf\n") def convertNpcs(): -- cgit v1.2.3-70-g09d2