summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}
+