summaryrefslogtreecommitdiff
path: root/npc/008-2-4
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-10-23 13:34:06 +0200
committerMicksha <Micksha@users.noreply.github.com>2018-11-05 21:34:37 +0100
commit920057a9bda54d8c7e0ba5d1da5c2762081971c2 (patch)
tree53e7cf7e015d7b59c56502b62bd9d30b2b781856 /npc/008-2-4
parent7330d282726f62cdb63dcca5b49c4607cbbdc199 (diff)
downloadserverdata-920057a9bda54d8c7e0ba5d1da5c2762081971c2.tar.gz
serverdata-920057a9bda54d8c7e0ba5d1da5c2762081971c2.tar.bz2
serverdata-920057a9bda54d8c7e0ba5d1da5c2762081971c2.tar.xz
serverdata-920057a9bda54d8c7e0ba5d1da5c2762081971c2.zip
Add all the Hurns NPCs
Diffstat (limited to 'npc/008-2-4')
-rw-r--r--npc/008-2-4/_import.txt1
-rw-r--r--npc/008-2-4/olana.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/008-2-4/_import.txt b/npc/008-2-4/_import.txt
index 8ab4d742..61c043be 100644
--- a/npc/008-2-4/_import.txt
+++ b/npc/008-2-4/_import.txt
@@ -3,3 +3,4 @@
"npc/008-2-4/_savepoints.txt",
"npc/008-2-4/_warps.txt",
"npc/008-2-4/mapflags.txt",
+"npc/008-2-4/olana.txt",
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;
+}