summaryrefslogtreecommitdiff
path: root/npc/020-7-1/sage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-7-1/sage.txt')
-rw-r--r--npc/020-7-1/sage.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt
index 5d05cdf37..b1c61a7c7 100644
--- a/npc/020-7-1/sage.txt
+++ b/npc/020-7-1/sage.txt
@@ -34,6 +34,17 @@
// FIELD 3:
// Bitwise (BS_QHELPER)
+020-7-1,40,24,0 script #BlueSageCaves NPC_HIDDEN,1,0,{
+OnTouch:
+ .@q=getq(NivalisQuest_BlueSage);
+ if (.@q < 12) {
+ dispbottom l("The door is locked.");
+ } else {
+ warp "020-7-2", 71, 53;
+ }
+ end;
+}
+
020-7-1,35,59,0 script The Blue Sage NPC_BLUESAGE,{
function nStart;
function nReport;