summaryrefslogtreecommitdiff
path: root/npc/020-1/nickos.txt
blob: ce3674c287165bf681e52c1a98a81402947cd383 (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:
//    Nickos, a free soldier working with Nickos on protecting the town from mine mobs.
// THIS IS A PLACEHOLDER!

020-1,78,237,0	script	Nickos	NPC_NICKOS,{
    speech
        l("Hi there."),
        l("Sorry, for now you cannot enter. We sealed the entrance to avoid a monster flood."),
        l("Come back later, perhaps you can help keeping things under control.");
    close;

OnInit:
    .sex = GENDER_MALE;
    .distance = 4;
    end;
}