blob: f8623cd17ee999d2b468c95527a542f3d091e26f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// 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;
}
|