summaryrefslogtreecommitdiff
path: root/npc/029-1_Candor/dock.txt
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2010-07-21 22:57:04 -0400
committerChuck Miller <shadowmil@gmail.com>2010-07-22 18:57:49 -0400
commit7922c819d4767ace993441bb27209f858e7bdb68 (patch)
tree007195bb0c39852eb8cf254adb9456cbeb9a8dcc /npc/029-1_Candor/dock.txt
parentdf4e6c4107511d5f533ebe54b710fa6431726300 (diff)
downloadserverdata-7922c819d4767ace993441bb27209f858e7bdb68.tar.gz
serverdata-7922c819d4767ace993441bb27209f858e7bdb68.tar.bz2
serverdata-7922c819d4767ace993441bb27209f858e7bdb68.tar.xz
serverdata-7922c819d4767ace993441bb27209f858e7bdb68.zip
Add the basics for candor
Reviewed-by: Turmfalke
Diffstat (limited to 'npc/029-1_Candor/dock.txt')
-rw-r--r--npc/029-1_Candor/dock.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/029-1_Candor/dock.txt b/npc/029-1_Candor/dock.txt
new file mode 100644
index 00000000..76cc8a16
--- /dev/null
+++ b/npc/029-1_Candor/dock.txt
@@ -0,0 +1,6 @@
+// The ferry dock
+
+029-1.gat,22,37,0 script #candordock 127,2,1,{
+ set @loc, DOCK_candor;
+ callfunc "Ferry";
+}