summaryrefslogtreecommitdiff
path: root/npc/001-1/calypsan.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-03 04:50:45 +0100
committerReid <reidyaro@gmail.com>2016-01-03 04:50:45 +0100
commit07b9dc27c44fd304cd8dd4af9ae17ce6c9e8e5e9 (patch)
tree05ef1ab5d4e7ae992c7d32b7eb582184407f6ca9 /npc/001-1/calypsan.txt
parent8a77cd63d371a9c7a2722a79d1783203fe0efd9d (diff)
downloadserverdata-07b9dc27c44fd304cd8dd4af9ae17ce6c9e8e5e9.tar.gz
serverdata-07b9dc27c44fd304cd8dd4af9ae17ce6c9e8e5e9.tar.bz2
serverdata-07b9dc27c44fd304cd8dd4af9ae17ce6c9e8e5e9.tar.xz
serverdata-07b9dc27c44fd304cd8dd4af9ae17ce6c9e8e5e9.zip
Add calypsan on Artis.
Diffstat (limited to 'npc/001-1/calypsan.txt')
-rw-r--r--npc/001-1/calypsan.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt
new file mode 100644
index 00000000..1997ccae
--- /dev/null
+++ b/npc/001-1/calypsan.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Dye seller.
+
+
+001-1,47,134,0 script Calypsan#001-1 NPC_CALYPSAN,{
+
+ speech 4,
+ l("My shop is not yeye ready...");
+
+ closedialog;
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 3;
+ end;
+}
+