summaryrefslogblamecommitdiff
path: root/npc/000-1/muller.txt
blob: 582fde41dc66de863a4f2d765824a723b79af262 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                 
                                                     

         
                                                                                         



          
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Random NPC searching some foods on the map.

000-1.gat,23,31,0,1	script	Q'Muller	104,{

    mesn;
    mesq l("I think that I'm done, I've got a box full of @@!", getitemlink("Crocclaw"));

    close;

}