summaryrefslogtreecommitdiff
path: root/npc/008-1/milly.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/milly.txt')
-rw-r--r--npc/008-1/milly.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/008-1/milly.txt b/npc/008-1/milly.txt
new file mode 100644
index 00000000..93daaa9a
--- /dev/null
+++ b/npc/008-1/milly.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Little Milly, looking for a new hero.
+// THIS IS A PLACEHOLDER!
+
+008-1,282,114,0 script Milly#008-1 NPC_GIRL_MILLY,{
+ speech
+ l("Oh, hi."),
+ l("Are you a hero? For sure not such a great hero than Kfahr!"),
+ l("If you could prove it, I would give you my Beanie Copter, but unfortunately someone threw it away."),
+ lg("My beautiful Beanie Copter!");
+
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 2;
+ end;
+}