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