summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/door.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-2_Caretakers_House/door.txt')
-rw-r--r--npc/027-2_Caretakers_House/door.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/027-2_Caretakers_House/door.txt b/npc/027-2_Caretakers_House/door.txt
new file mode 100644
index 00000000..7cf479fd
--- /dev/null
+++ b/npc/027-2_Caretakers_House/door.txt
@@ -0,0 +1,14 @@
+027-2.gat,24,99,0 script #Door 127,1,1,{
+ set @Graveyard_Inn_MASK, NIBBLE_0_MASK;
+ set @Graveyard_Inn_SHIFT, NIBBLE_0_SHIFT;
+
+ set @reid, ((QUEST_Graveyard_Inn & @Graveyard_Inn_MASK) >> @Graveyard_Inn_SHIFT);
+
+ if (@reid >= 6) goto L_Warp;
+ message strcharinfo(0), "The door is locked.";
+ end;
+
+L_Warp:
+ warp "027-2.gat", 26, 99;
+ end;
+}