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

012-1,65,64,0	script	Richard	NPC_LLOYD,{
    Banker(.name$, "Hurnscald", 14000);
    close;

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