summaryrefslogblamecommitdiff
path: root/npc/001-2-19/lloyd.txt
blob: db28465d06ea550948943bc1770bda046bf8809c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                   
// Evol scripts.
// Author:
//    Reid
// Description:
//    Lloyd the banker NPC

001-2-19,31,25,0	script	Lloyd the banker	NPC_LLOYD,{

    speech
        l("The bank is not open yet.");

    close;

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