blob: 704c7eed07dda5bffcbfe46749522df0d7f1613c (
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:
// 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;
setnpcdistance 3;
end;
}
|