From 971d1dbf248e6c0cb4bf036abaa03bf48327abd1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 3 Mar 2021 13:29:16 -0300 Subject: Add the placeholders for Yetifly, Demure and Lilit. --- npc/018-7-1/lilit.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 npc/018-7-1/lilit.txt (limited to 'npc/018-7-1/lilit.txt') 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; +} + -- cgit v1.2.3-60-g2f50