summaryrefslogtreecommitdiff
path: root/npc/008-1/banu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/banu.txt')
-rw-r--r--npc/008-1/banu.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/008-1/banu.txt b/npc/008-1/banu.txt
new file mode 100644
index 00000000..d8040153
--- /dev/null
+++ b/npc/008-1/banu.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Banu, the old lady.
+// THIS IS A PLACEHOLDER!
+
+008-1,244,88,0 script Banu#008-1 NPC_OLD_LADY,{
+ speech
+ l("Hello."),
+ l("You don't have a scythe, by chance? I am too old to mew this field all alone."),
+ l("I asked Hinnak, but he wants at least a beer in exchange for his scythe."),
+ lg("But I hate alcohol, so thats not an option for me.");
+
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 2;
+ end;
+}