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

               
                                                      
 
                                                       

         
                                                                                         



          
// Evol scripts.
// Author:
//    Reid
// Description:
//    A random NPC searching for some food on the map.

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

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

    close;

}