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