summaryrefslogtreecommitdiff
path: root/npc/001-1/taree.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-18 01:32:25 +0200
committerReid <reidyaro@gmail.com>2015-06-18 01:32:25 +0200
commitc09775ab7b64ad2b858bdb21dfd0eb6e05338f0e (patch)
tree49116213caa6bac3b5f42c6c597467884c22b476 /npc/001-1/taree.txt
parentb2521321dccce26a55d85dc0033e598e0523953b (diff)
downloadserverdata-c09775ab7b64ad2b858bdb21dfd0eb6e05338f0e.tar.gz
serverdata-c09775ab7b64ad2b858bdb21dfd0eb6e05338f0e.tar.bz2
serverdata-c09775ab7b64ad2b858bdb21dfd0eb6e05338f0e.tar.xz
serverdata-c09775ab7b64ad2b858bdb21dfd0eb6e05338f0e.zip
Add taree blank NPC on Artis, aside moon's house.
Diffstat (limited to 'npc/001-1/taree.txt')
-rw-r--r--npc/001-1/taree.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/001-1/taree.txt b/npc/001-1/taree.txt
new file mode 100644
index 000000000..f5bb1332f
--- /dev/null
+++ b/npc/001-1/taree.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Angry member of the legion of Aemil.
+
+001-1,68,79,0 script Taree 118,{
+ mesn;
+ mesq l("Moo!");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ setnpcsex G_MALE;
+ setnpcdistance 3;
+ end;
+}
+