summaryrefslogtreecommitdiff
path: root/world/map/npc/027-2/door.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/027-2/door.txt')
-rw-r--r--world/map/npc/027-2/door.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/world/map/npc/027-2/door.txt b/world/map/npc/027-2/door.txt
index 630e0ee2..7626cdd9 100644
--- a/world/map/npc/027-2/door.txt
+++ b/world/map/npc/027-2/door.txt
@@ -1,19 +1,19 @@
-027-2.gat,25,100,0 script #DoorIn 127,1,1,{
- set @Graveyard_Inn_MASK, NIBBLE_0_MASK;
- set @Graveyard_Inn_SHIFT, NIBBLE_0_SHIFT;
+027-2.gat,25,100,0|script|#DoorIn|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;
- 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", 27, 99;
- end;
+ warp "027-2.gat", 27, 99;
+ end;
}
-027-2.gat,26,99,0 script #DoorOut 127,1,1,{
- warp "027-2.gat", 23, 98;
- end;
+027-2.gat,26,99,0|script|#DoorOut|127,1,1,{
+ warp "027-2.gat", 23, 98;
+ end;
}