diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 19:53:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 19:53:21 -0300 |
commit | 359aa55cf8dc0e1484e0153b46e0f6beccf5d15c (patch) | |
tree | b2f49ce430afdca113eb181c3991a1e347344311 /npc/scripts.conf | |
parent | b732d581cebcc97f5a831cf3775525942acc7020 (diff) | |
download | serverdata-359aa55cf8dc0e1484e0153b46e0f6beccf5d15c.tar.gz serverdata-359aa55cf8dc0e1484e0153b46e0f6beccf5d15c.tar.bz2 serverdata-359aa55cf8dc0e1484e0153b46e0f6beccf5d15c.tar.xz serverdata-359aa55cf8dc0e1484e0153b46e0f6beccf5d15c.zip |
Delete various unused functions, and unify random talk in a single script file.
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 0d5f58d11..cfdb008f0 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -23,23 +23,17 @@ "npc/functions/goodbye.txt", "npc/functions/hammocks.txt", "npc/functions/harbours.txt", -"npc/functions/hello.txt", "npc/functions/inventoryplace.txt", -"npc/functions/legiontalk.txt", "npc/functions/marriage.txt", "npc/functions/mobpoint.txt", "npc/functions/npcmove.txt", "npc/functions/openbook.txt", "npc/functions/questgen.txt", -"npc/functions/sailordialogue.txt", -"npc/functions/sailortalk.txt", "npc/functions/savepoint.txt", "npc/functions/beds.txt", "npc/functions/shops.txt", -"npc/functions/villagertalk.txt", "npc/functions/npcmovegraph.txt", "npc/functions/fishing.txt", -"npc/functions/mouboofunc.txt", "npc/functions/asklanguage.txt", "npc/functions/game-rules.txt", "npc/functions/news.txt", |