summaryrefslogtreecommitdiff
path: root/npc/008-2-6/alan.txt
blob: c5f6aae57ec980758c83f28df79cd0daa14207dc (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:
//    Alan the bow-seller.
// THIS IS A PLACEHOLDER!

008-2-6,31,25,0	script	Alan#008-2-4	NPC_KFAHR,{
    speech
        l("Hi Sir."),
        l("Bad timing when you are asking for bows. Our bowmaker Gumi hasn't been seen for days now."),
        lg("Come back later, perhaps we are lucky and he teaches you how to chop trees for wood.");

    close;

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