// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Banker.

024-3,33,28,0	script	Arauto	NPC_LLOYD,{
    Banker(.name$, "Frostia", 9800);
    close;

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