summaryrefslogtreecommitdiff
path: root/npc/001-1/taree.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/taree.txt')
-rw-r--r--npc/001-1/taree.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/001-1/taree.txt b/npc/001-1/taree.txt
new file mode 100644
index 00000000..676a855a
--- /dev/null
+++ b/npc/001-1/taree.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Mouboo farmer.
+
+001-1,68,79,0 script Taree NPC_ELVEN_MAN_MOUBOO_SHOP,{
+ mesn;
+ mesq l("Moo!");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ .distance = 3;
+ end;
+}
+