summaryrefslogtreecommitdiff
path: root/hercules/code/server/npcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/server/npcs.py')
-rw-r--r--hercules/code/server/npcs.py1
1 files changed, 1 insertions, 0 deletions
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():