summaryrefslogtreecommitdiff
path: root/npc/008-2-12/nurse.txt
diff options
context:
space:
mode:
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;
+}