summaryrefslogtreecommitdiff
path: root/npc/008-1/snarfles.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/snarfles.txt')
-rw-r--r--npc/008-1/snarfles.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-1/snarfles.txt b/npc/008-1/snarfles.txt
new file mode 100644
index 00000000..6ad08867
--- /dev/null
+++ b/npc/008-1/snarfles.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Snarfles the mouboo farmer.
+// THIS IS A PLACEHOLDER!
+
+008-1,79,118,0 script Snarfles#008-1 NPC_SNARFLES,{
+ speech
+ l("My Mouboos, my beloved Mouboos!"),
+ l("Oh, hi, isn't it cool to live among all those Mouboos? I don't understand how some people can eat Mouboo steak."),
+ lg("Murderers!");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}