summaryrefslogtreecommitdiff
path: root/npc/008-1/lumberjack.txt
blob: c158e5a680029ae0aa80617399a53dc9a72f4154 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Author:
//    Micksha
// Description:
//    The Legendary Lumberjack.

008-1,241,116,0	script	Lumberjack	NPC_LUMBERJACK,{
    speech
        l("Oh hey!"),
        lg("If you feel bored or anxious, you can always pixel an axe. Wait, what does that even mean?");
        l("Anyhow, it's better than running around in circles doing nothing.");

    close;

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