summaryrefslogtreecommitdiff
path: root/npc/005-5/cynric.txt
blob: 73585c540980619a8ea954db7173f86032e6bd2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// TMW-2 Script.
// Author:
//    Saulc
//    Jesusalva

005-5,30,37,0	script	Cynric	NPC_LLOYD,{
    Banker(.name$, "Candor", 6700);
    close;

OnInit:
    .sex = G_MALE;
    .distance = 4;
    .bankId = RegisterBank("Candor", 0);
    end;
}