summaryrefslogtreecommitdiff
path: root/npc/008-1/snarfles.txt
blob: 6ad0886783683aa23156e689836f039355d79e42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Snarfles the mouboo farmer.
// THIS IS A PLACEHOLDER!

008-1,79,118,0	script	Snarfles#008-1	NPC_SNARFLES,{
    speech
        l("My Mouboos, my beloved Mouboos!"),
        l("Oh, hi, isn't it cool to live among all those Mouboos? I don't understand how some people can eat Mouboo steak."),
        lg("Murderers!");

    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}