From da3877dcf804204b8b51d926fe191a3933ae6263 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 Jan 2019 16:20:34 -0200 Subject: Milly (quest pending) --- npc/012-1/_import.txt | 1 + npc/012-1/milly.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 npc/012-1/milly.txt (limited to 'npc') diff --git a/npc/012-1/_import.txt b/npc/012-1/_import.txt index 996713e95..c6acc50ba 100644 --- a/npc/012-1/_import.txt +++ b/npc/012-1/_import.txt @@ -14,6 +14,7 @@ "npc/012-1/luffyx.txt", "npc/012-1/mahad.txt", "npc/012-1/mapflags.txt", +"npc/012-1/milly.txt", "npc/012-1/richard.txt", "npc/012-1/ship.txt", "npc/012-1/shoppakep.txt", diff --git a/npc/012-1/milly.txt b/npc/012-1/milly.txt new file mode 100644 index 000000000..5bacbdcaf --- /dev/null +++ b/npc/012-1/milly.txt @@ -0,0 +1,17 @@ +// TMW2 script. +// Authors: +// Jesusalva +// Description: +// World's Hero quest + +012-1,111,66,0 script Milly NPC_TEDDYGIRL,{ + mesn; + mesq l("Hello."); + close; + +OnInit: + .sex=G_FEMALE; + .distance=5; + end; +} + -- cgit v1.2.3-60-g2f50