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