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/012-1/milly.txt | |
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/012-1/milly.txt')
-rw-r--r-- | npc/012-1/milly.txt | 17 |
1 files changed, 17 insertions, 0 deletions
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; +} + |