summaryrefslogtreecommitdiff
path: root/npc/080-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/080-3')
-rw-r--r--npc/080-3/_import.txt1
-rw-r--r--npc/080-3/cutscene.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/080-3/_import.txt b/npc/080-3/_import.txt
index 0eab445c..6bd09a7b 100644
--- a/npc/080-3/_import.txt
+++ b/npc/080-3/_import.txt
@@ -1,2 +1,3 @@
// Map 080-3: Forgotten Glade
// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/080-3/cutscene.txt",
diff --git a/npc/080-3/cutscene.txt b/npc/080-3/cutscene.txt
new file mode 100644
index 00000000..e290c0d3
--- /dev/null
+++ b/npc/080-3/cutscene.txt
@@ -0,0 +1,21 @@
+// TMW Script.
+// Author:
+// Jesusalva
+// Notes:
+// Christmas 2021 - Peaceful Glade
+
+080-3,83,155,0 script #0803exit NPC_HIDDEN,1,0,{
+ end;
+OnTouch:
+ if (!isChristmas21()) warp "081-1", 68, 31;
+ if (!X21ED1_CLEAR()) { dispbottom l("It is too early to leave yet!"); end; }
+ mesn strcharinfo(0);
+ mesq l("Are we done here? We won't be able to return later!");
+ next;
+ if (askyesno() == ASK_YES)
+ warp "081-1", 68, 31;
+ closeclientdialog;
+ end;
+}
+
+