summaryrefslogblamecommitdiff
path: root/npc/018-7-1/lilit.txt
blob: f8623cd17ee999d2b468c95527a542f3d091e26f (plain) (tree)


















                                                                       
// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//    Lilit is the Queen of Fairies
// Not Titania nor Oberon? Eh.


018-7-1,82,47,0	script	Lilit	NPC_LILIT,{
    mesn;
    mesq l("Greetings, young soul; I am the queen of fairies, Lilit.");
    close;

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