diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-03 13:29:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-03 13:29:16 -0300 |
commit | 971d1dbf248e6c0cb4bf036abaa03bf48327abd1 (patch) | |
tree | d110537ffc843fdbd4de032dfaf9ccf4f30f886c /npc/018-7-1/yetifly.txt | |
parent | eb007ed538d060d5a59ab23ffb7b1b048046f3e3 (diff) | |
download | serverdata-971d1dbf248e6c0cb4bf036abaa03bf48327abd1.tar.gz serverdata-971d1dbf248e6c0cb4bf036abaa03bf48327abd1.tar.bz2 serverdata-971d1dbf248e6c0cb4bf036abaa03bf48327abd1.tar.xz serverdata-971d1dbf248e6c0cb4bf036abaa03bf48327abd1.zip |
Add the placeholders for Yetifly, Demure and Lilit.
Diffstat (limited to 'npc/018-7-1/yetifly.txt')
-rw-r--r-- | npc/018-7-1/yetifly.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/018-7-1/yetifly.txt b/npc/018-7-1/yetifly.txt new file mode 100644 index 000000000..30d8d4ed5 --- /dev/null +++ b/npc/018-7-1/yetifly.txt @@ -0,0 +1,20 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Yetifly the Mighty + +018-7-1,54,77,0 script Yetifly NPC_YETIFLY,{ + mesn; + mesq l("Heh, congratulations making it this far. Once again, allow me to present myself:"); + next; + mesn; + mesq l("I am Yetifly the Mighty, guardian of the fae!"); + close; + +OnInit: + .distance = 4; + .sex = G_MALE; + end; +} + |