summaryrefslogblamecommitdiff
path: root/npc/005-5/cynric.txt
blob: dd60e604378135fd193ae95a7c142485241eff5a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                

           
               

                                           
                                   


          


                  

 
// 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;
    end;
}