summaryrefslogtreecommitdiff
path: root/npc/020-1/sander.txt
blob: 5eac3386fbc00b8d765c06519f7c2c5595135a6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Sander, a free soldier working with Nickos on protecting the town from mine mobs.
// THIS IS A PLACEHOLDER!

020-1,200,203,0	script	Sander	NPC_SANDER,{
    speech
        l("Hi there."),
        l("I will send you to the mines! Later, when we have clearance for the mines, that is."),
        l("Tell Micksha to get up his ass for mapping desert caves, maybe this will speed it up.");
    close;

OnInit:
    .distance = 4;
    end;
}