diff options
Diffstat (limited to 'npc/001-1/taree.txt')
-rw-r--r-- | npc/001-1/taree.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/npc/001-1/taree.txt b/npc/001-1/taree.txt deleted file mode 100644 index 676a855a..00000000 --- a/npc/001-1/taree.txt +++ /dev/null @@ -1,20 +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: - .distance = 3; - end; -} - |