summaryrefslogtreecommitdiff
path: root/npc/020-1/eomie.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/eomie.txt')
-rw-r--r--npc/020-1/eomie.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/020-1/eomie.txt b/npc/020-1/eomie.txt
new file mode 100644
index 00000000..2873cd80
--- /dev/null
+++ b/npc/020-1/eomie.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Eomie, the real Nature Mage. Whatever Hocus is saying.
+// THIS IS A PLACEHOLDER!
+
+020-1,76,96,0 script Eomie NPC_EOMIE,{
+ speech
+ l("Hi!"),
+ l("Did you talk to Hocus already? He will tell you about salad, again."),
+ l("Sometimes I think he is more a chef but a mage, but oh well, everybody should do what suits him best.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}
+
+