From 07b9dc27c44fd304cd8dd4af9ae17ce6c9e8e5e9 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 3 Jan 2016 04:50:45 +0100 Subject: Add calypsan on Artis. --- npc/001-1/calypsan.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 npc/001-1/calypsan.txt (limited to 'npc') 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; +} + -- cgit v1.2.3-60-g2f50