summaryrefslogtreecommitdiff
path: root/npc/000-1/muller.txt
blob: 9acbcaab1a5561eb0103776873067878e5bfe2db (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 I'm done. I have a box full of @@s!", getitemlink("CrocClaw"));

    close;

}