summaryrefslogblamecommitdiff
path: root/npc/001-1/taree.txt
blob: da0e5a898d656405a389b31d310c6cf2a5966673 (plain) (tree)
1
2
3
4
5



                
                    















                                     
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Mouboo farmer.

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