diff options
author | Reid <reidyaro@gmail.com> | 2015-06-18 01:32:25 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-18 01:32:25 +0200 |
commit | c09775ab7b64ad2b858bdb21dfd0eb6e05338f0e (patch) | |
tree | 49116213caa6bac3b5f42c6c597467884c22b476 /npc/001-1 | |
parent | b2521321dccce26a55d85dc0033e598e0523953b (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/001-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/001-1/taree.txt | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index 56f0a0ef1..acb7d1257 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 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; +} + |