summaryrefslogtreecommitdiff
path: root/npc/082-3/poppet.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/082-3/poppet.txt')
-rw-r--r--npc/082-3/poppet.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/npc/082-3/poppet.txt b/npc/082-3/poppet.txt
new file mode 100644
index 00000000..90e9aae0
--- /dev/null
+++ b/npc/082-3/poppet.txt
@@ -0,0 +1,42 @@
+// TMW Script.
+// Author:
+// Jesusalva
+// Notes:
+// Christmas 2021 - Poppet's Realm DLC
+
+082-3,99,86,0 script Poppet NPC190,{
+ mesn;
+ mesq l("Uh, how did you get here? Anyway, welcome to my realm.");
+ select
+ l("Thanks, poppy."),
+ l("Uh... Poppet's Realm? What's that?"),
+ l("Through a weird corridor. How do I leave?");
+ mes "";
+ switch (@menu) {
+ case 1:
+ close;
+ case 2:
+ mesn;
+ mesq l("You see, all of the most powerful beings of The Mana World can create their own realm, a place for their leisure.");
+ next;
+ mesn;
+ mesq l("But in this side of the æther, where existence itself is challenged, time is hardly important.");
+ next;
+ mesn;
+ mesq l("So my realm doesn't exist yet. Or perhaps it existed in the past, and is no longer the case. Whatever the case be, you're here, and you're welcome.");
+ break;
+ case 3:
+ mesn;
+ mesq l("Hm, perhaps a wanderer of the Mirror Lake? I've heard rumors of a place which connected anything to everything dubbed like that.");
+ next;
+ mesn;
+ mesq l("...North of here is an exit. It is not connected to anywhere, just an infinite, never ending corridor, but if you ##Bcame##b from anywhere, it might as well work.");
+ break;
+ }
+ close;
+
+OnInit:
+ .distance=5;
+ end;
+}
+