diff options
Diffstat (limited to 'npc/001-1/taree.txt')
-rw-r--r-- | npc/001-1/taree.txt | 21 |
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..5af18b0e2 --- /dev/null +++ b/npc/001-1/taree.txt @@ -0,0 +1,21 @@ +// 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: + .sex = G_MALE; + .distance = 3; + end; +} + |