summaryrefslogtreecommitdiff
path: root/npc/018-7-1/lilit.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-7-1/lilit.txt')
-rw-r--r--npc/018-7-1/lilit.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/018-7-1/lilit.txt b/npc/018-7-1/lilit.txt
new file mode 100644
index 000000000..f8623cd17
--- /dev/null
+++ b/npc/018-7-1/lilit.txt
@@ -0,0 +1,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;
+}
+