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

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

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