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

               
                    
 
                                                           








                   
                           
                  


        
// 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:
    .bodytype = BODYTYPE_3;
    .distance = 3;
    end;
}