summaryrefslogtreecommitdiff
path: root/npc/000-1/muller.txt
blob: 9c519c9971e0c897b93677038400a695d7ebdcbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Random NPC searching some foods on the map.

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

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

    close;

}