summaryrefslogtreecommitdiff
path: root/npc/012-1/milly.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/milly.txt')
-rw-r--r--npc/012-1/milly.txt17
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;
+}
+