summaryrefslogtreecommitdiff
path: root/npc/032-3/episode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/032-3/episode.txt')
-rw-r--r--npc/032-3/episode.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/032-3/episode.txt b/npc/032-3/episode.txt
index 9134fb059..b249de298 100644
--- a/npc/032-3/episode.txt
+++ b/npc/032-3/episode.txt
@@ -4,3 +4,15 @@
// Description:
// Part of the Doctor's Quest.
+032-3,121,70,0 script #CryptEP NPC_HIDDEN,0,0,{
+ end;
+OnTouch:
+ .@q = (getq(LoFQuest_EPISODE) == 15 ? getq2(LoFQuest_EPISODE) : 99);
+ if (getq(LoFQuest_EPISODE) > 15 || .@q >= 2)
+ warp "032-4", 40, 74;
+ else
+ dispbottom l("This door is locked.");
+ end;
+}
+
+