summaryrefslogtreecommitdiff
path: root/npc/008-2-7/wyara.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-7/wyara.txt')
-rw-r--r--npc/008-2-7/wyara.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-2-7/wyara.txt b/npc/008-2-7/wyara.txt
new file mode 100644
index 00000000..a875544a
--- /dev/null
+++ b/npc/008-2-7/wyara.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Wyara the witch.
+// THIS IS A PLACEHOLDER!
+
+008-2-7,27,28,0 script Wyara#008-2-7 NPC_DARK_DRUID,{
+ speech
+ l("What? Is there someone?"),
+ l("Please, leave me alone. I have to pixel potions."),
+ lg("I will sell some when you return a bit later.");
+
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 2;
+ end;
+}