summaryrefslogtreecommitdiff
path: root/npc/025-4/Battlecaves.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-4/Battlecaves.txt')
-rw-r--r--npc/025-4/Battlecaves.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/npc/025-4/Battlecaves.txt b/npc/025-4/Battlecaves.txt
index 2bd0dae6..5314739a 100644
--- a/npc/025-4/Battlecaves.txt
+++ b/npc/025-4/Battlecaves.txt
@@ -926,3 +926,27 @@ L_Done:
end;
}
+// ---------------------------------------- Julia Cave Checker --------------------------------------------
+
+025-4.gat,157,26,0 script #CheckJuliaCave 127,1,1,{
+ if (Killed_Boss == 1) goto L_Done;
+ message strcharinfo(0), "As you try to walk through, you sense an invisible door, you might need the key to open it.";
+ end;
+
+L_Done:
+ warp "025-4.gat", 93, 31;
+ end;
+
+}
+// --------------------------------------- Julia Cave Checker 2 --------------------------------------------
+
+025-4.gat,93,34,0 script #CheckJuliaCave2 127,1,1,{
+ if (Rossy_Quest >= 17) goto L_Done;
+ message strcharinfo(0), "As you try to walk through, you sense an invisible door, you might need the key to open it.";
+ warp "025-4.gat", 93, 31;
+ end;
+
+L_Done:
+ warp "025-4.gat", 157, 30;
+ end;
+}