diff options
Diffstat (limited to 'npc')
-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 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; +} + |