summaryrefslogtreecommitdiff
path: root/npc/020-2-15/eleanore.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-15/eleanore.txt')
-rw-r--r--npc/020-2-15/eleanore.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/020-2-15/eleanore.txt b/npc/020-2-15/eleanore.txt
new file mode 100644
index 00000000..f650d96e
--- /dev/null
+++ b/npc/020-2-15/eleanore.txt
@@ -0,0 +1,16 @@
+// The Mana World Script
+// Author:
+// Jesusalva
+// Description:
+// Elenaore the Healer (aka. Elanore)
+// THIS IS A PLACEHOLDER!
+
+020-2-15,43,27,0 script Eleanore NPC_REBECCA,{
+ mesn;
+ mesq l("Please do not disturb the patients.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}