diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-24 16:20:34 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-24 16:20:34 -0200 |
commit | da3877dcf804204b8b51d926fe191a3933ae6263 (patch) | |
tree | 290d6c5f784b971ff9beedd15d938b2acce4cb96 /npc | |
parent | 3b7c866a6dec40395c3ad0fdc0a9f9ad5edbf5a1 (diff) | |
download | serverdata-da3877dcf804204b8b51d926fe191a3933ae6263.tar.gz serverdata-da3877dcf804204b8b51d926fe191a3933ae6263.tar.bz2 serverdata-da3877dcf804204b8b51d926fe191a3933ae6263.tar.xz serverdata-da3877dcf804204b8b51d926fe191a3933ae6263.zip |
Milly (quest pending)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/012-1/milly.txt | 17 |
2 files changed, 18 insertions, 0 deletions
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; +} + |