summaryrefslogtreecommitdiff
path: root/npc/008-2-8/apprentice.txt
blob: e15e7db7d847c84c710ade4e0af76538985e5fcd (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:
//    The Smith's apprentice.
// THIS IS A PLACEHOLDER!

008-2-8,38,29,0	script	Apprentice#008-2-8	NPC_YOUNG_MAN_APPRENTICE,{
    speech
        l("Hi Sir."),
        l("If you bring us ores, we will be able to make the finest equipment."),
        lg("Come back a bit later when you are interested.");

    close;

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