blob: e4c2f358ba663acd9f32f01f3e2b174837a15b73 (
plain) (
tree)
|
|
// 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;
}
|