summaryrefslogtreecommitdiff
path: root/npc/001-1/taree.txt
blob: 676a855a67fc4f2536f4b21d8696029c1c2ff297 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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;
}