summaryrefslogtreecommitdiff
path: root/npc/012-3-3/manatree.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-3-3/manatree.txt')
-rw-r--r--npc/012-3-3/manatree.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/012-3-3/manatree.txt b/npc/012-3-3/manatree.txt
new file mode 100644
index 00000000..7f37ad30
--- /dev/null
+++ b/npc/012-3-3/manatree.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// The Manatree.
+// THIS IS A PLACEHOLDER!
+
+012-3-3,39,33,0 script Manatree#012-3-3 NPC_MANATREE,{
+ speech
+ l("Magic is all around."),
+ l("You just must listen to it, and feel it deep inside."),
+ l("Now go, search for the unknown.");
+
+ close;
+
+OnInit:
+ .distance = 2;
+ end;
+}