summaryrefslogblamecommitdiff
path: root/npc/003-0-2/misc.txt
blob: e4c2f358ba663acd9f32f01f3e2b174837a15b73 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                 
// TMW2 Script
// Author:
//  Jesusalva
// Description:
//  Miscellaneous utilities for the magic council

003-0-2,28,42,0	script	Lloyd	NPC_LLOYD,{
    Banker(.name$, "Magic Guild", 1000000);
    close;

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