summaryrefslogtreecommitdiff
path: root/npc/000-1/muller.txt
blob: 5106b0412dcfb444167bab221774b72c203deb9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Evol scripts.
// Author:
//    Reid
// Description:
//    A random NPC searching for some food on the map.

000-1.gat,35,69,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;

}