summaryrefslogtreecommitdiff
path: root/npc/008-2-4/olana.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-4/olana.txt')
-rw-r--r--npc/008-2-4/olana.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/008-2-4/olana.txt b/npc/008-2-4/olana.txt
new file mode 100644
index 00000000..c16e8887
--- /dev/null
+++ b/npc/008-2-4/olana.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Olana, the old woman who is looking for her daughter Rossy.
+// THIS IS A PLACEHOLDER!
+
+008-2-4,30,28,0 script Olana#008-2-4 NPC_OLANA,{
+ speech
+ l("Oh, a traveller. Welcome."),
+ l("Did you see my daughter Rossy, by chance?"),
+ l("She wasn't at home for two days now. I worry about her!"),
+ lg("If you see her, please tell her to come home.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}