blob: 5af18b0e287967289e78f659da137b0d05602475 (
plain) (
tree)
|
|
// 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;
}
|