summaryrefslogtreecommitdiff
path: root/npc/008-2-12/nurse.txt
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-12/nurse.txt
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-12/nurse.txt')
-rw-r--r--npc/008-2-12/nurse.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-2-12/nurse.txt b/npc/008-2-12/nurse.txt
new file mode 100644
index 00000000..4fd65257
--- /dev/null
+++ b/npc/008-2-12/nurse.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Hurnscald Nurse.
+// THIS IS A PLACEHOLDER!
+
+008-2-12,28,30,0 script Nurse#008-2-12 NPC_NURSE_LEGACY,{
+ speech
+ l("Hey."),
+ l("The doctor is upstairs, but perhaps he can't help you much today."),
+ lg("Just smile, everything will be better soon then.");
+
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 2;
+ end;
+}