summaryrefslogtreecommitdiff
path: root/npc/001-1/merlin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/merlin.txt')
-rw-r--r--npc/001-1/merlin.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/001-1/merlin.txt b/npc/001-1/merlin.txt
new file mode 100644
index 00000000..0223e3ce
--- /dev/null
+++ b/npc/001-1/merlin.txt
@@ -0,0 +1,18 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Fishmonger NPC
+
+001-1,72,128,0 script Merlin NPC_MERLIN,{
+
+ speech
+ l("Fish is good for the brain!");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}