// 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;
}