summaryrefslogtreecommitdiff
path: root/npc/008-2-14/doctor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-14/doctor.txt')
-rw-r--r--npc/008-2-14/doctor.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-2-14/doctor.txt b/npc/008-2-14/doctor.txt
new file mode 100644
index 00000000..2a450ae2
--- /dev/null
+++ b/npc/008-2-14/doctor.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// The crazy Hurnscald Doctor.
+// THIS IS A PLACEHOLDER!
+
+008-2-14,27,27,0 script Doctor#008-2-14 NPC_DOCTOR_LEGACY,{
+ speech
+ l("Hey."),
+ l("Do you have some kind of pain?"),
+ lg("Oh, I see. You should go see your pixcialist.");
+
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 2;
+ end;
+}