summaryrefslogtreecommitdiff
path: root/npc/001-2-19/lloyd.txt
blob: 04b427a7a764c9ce6bbeb3726a64a28a6780f9f6 (plain) (blame)
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 = 4;
    end;
}