summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-18 07:12:33 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-18 07:12:33 -0300
commit41d2e5a2ef515060d6d5458f19c0595a78acb159 (patch)
tree646987301d61e13bb986bf6331e0cc6fba900a34
parent9358ee1766bbcadebbd9826f01a197a25f8b3613 (diff)
downloadserverdata-41d2e5a2ef515060d6d5458f19c0595a78acb159.tar.gz
serverdata-41d2e5a2ef515060d6d5458f19c0595a78acb159.tar.bz2
serverdata-41d2e5a2ef515060d6d5458f19c0595a78acb159.tar.xz
serverdata-41d2e5a2ef515060d6d5458f19c0595a78acb159.zip
Add poppet's placeholder (DLC)
-rw-r--r--npc/082-3/_import.txt1
-rw-r--r--npc/082-3/poppet.txt42
2 files changed, 43 insertions, 0 deletions
diff --git a/npc/082-3/_import.txt b/npc/082-3/_import.txt
index 4f78dc32..c19b648d 100644
--- a/npc/082-3/_import.txt
+++ b/npc/082-3/_import.txt
@@ -1,3 +1,4 @@
// Map 082-3: Aether Caves
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/082-3/_warps.txt",
+"npc/082-3/poppet.txt",
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;
+}
+