summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-02 19:22:31 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-02 19:24:53 +0300
commite5534b4202c5b68d6b0fd0e2f01fae073aa7c8e7 (patch)
treeb90dc0943c241568d4072875d59ff0d1da5719e4 /npc/scripts.conf
parenta9775a5447d35ef2b31e573a8e2e1dfe2d50bb9b (diff)
downloadserverdata-e5534b4202c5b68d6b0fd0e2f01fae073aa7c8e7.tar.gz
serverdata-e5534b4202c5b68d6b0fd0e2f01fae073aa7c8e7.tar.bz2
serverdata-e5534b4202c5b68d6b0fd0e2f01fae073aa7c8e7.tar.xz
serverdata-e5534b4202c5b68d6b0fd0e2f01fae073aa7c8e7.zip
Add functions and example npc for simple npc moving program.
For now npc AI support moving, changing direction, waiting.
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r--npc/scripts.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf
index c5b3a457..e191a5a0 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -12,6 +12,7 @@ npc: npc/functions/hammocks.txt
npc: npc/functions/harbours.txt
npc: npc/functions/input.txt
npc: npc/functions/inventoryplace.txt
+npc: npc/functions/npcmove.txt
npc: npc/functions/goodbye.txt
npc: npc/functions/sailordialogue.txt
npc: npc/functions/savepoint.txt