diff options
Diffstat (limited to 'npc/001-1/taree.txt')
-rw-r--r-- | npc/001-1/taree.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/001-1/taree.txt b/npc/001-1/taree.txt deleted file mode 100644 index 5af18b0e2..000000000 --- a/npc/001-1/taree.txt +++ /dev/null @@ -1,21 +0,0 @@ -// 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; -} - |