// TMW-2 Script.
// Author:
//    Jesusalva

018-5,108,44,0	script	Storage Fairy	NPC_FAIRY_C,{
    Banker(.name$, "Lilit", 50000);
    close;

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