summaryrefslogtreecommitdiff
path: root/npc/008-2-8/nicholas.txt
blob: 9dab65e853d3f4ee7e35713d0548a0466dfacb9f (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:
//    Nicholas the Smith.
// THIS IS A PLACEHOLDER!

008-2-8,39,27,0	script	Nicholas#008-2-8	NPC_NICHOLAS,{
    speech
        l("Hi Sir."),
        lg("If you need stable metal gear, you are right! But first I must bring the steel atoms in the right order, hold on.");

    close;

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