From c09775ab7b64ad2b858bdb21dfd0eb6e05338f0e Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 18 Jun 2015 01:32:25 +0200 Subject: Add taree blank NPC on Artis, aside moon's house. --- npc/001-1/_import.txt | 2 ++ npc/001-1/taree.txt | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 npc/001-1/taree.txt (limited to 'npc') diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index 56f0a0ef..acb7d125 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -8,4 +8,6 @@ npc: npc/001-1/cookiemaster.txt npc: npc/001-1/doors.txt npc: npc/001-1/harbours.txt npc: npc/001-1/panels.txt +npc: npc/001-1/taree.txt npc: npc/001-1/treeleaf.txt + diff --git a/npc/001-1/taree.txt b/npc/001-1/taree.txt new file mode 100644 index 00000000..f5bb1332 --- /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; +} + -- cgit v1.2.3-70-g09d2