summaryrefslogtreecommitdiff
path: root/npc/018-6-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-6-0')
-rw-r--r--npc/018-6-0/main.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/018-6-0/main.txt b/npc/018-6-0/main.txt
index 40827f383..9789d82f7 100644
--- a/npc/018-6-0/main.txt
+++ b/npc/018-6-0/main.txt
@@ -84,6 +84,9 @@ OnTouch:
.@q2=getq2(LoFQuest_Barbara);
.@q3=getq3(LoFQuest_Barbara);
if (.@q == 2 && !(.@q3 & 1)) {
+ // Mark the quest in progress as WEST HALL, and warp
+ setq3 LoFQuest_Barbara, .@q3|64;
+ enablenpc instance_npcname("#FromSouthHall", .@q2);
warp BarbaraInstCheck(2), 70, 150;
} else {
dispbottom l("I already visited this warp.");
@@ -107,6 +110,9 @@ OnTouch:
.@q2=getq2(LoFQuest_Barbara);
.@q3=getq3(LoFQuest_Barbara);
if (.@q == 2 && !(.@q3 & 2)) {
+ // Mark the quest in progress as EAST HALL, and warp
+ setq3 LoFQuest_Barbara, .@q3|128;
+ enablenpc instance_npcname("#FromSouthHall", .@q2);
warp BarbaraInstCheck(2), 103, 156;
} else {
dispbottom l("I already visited this warp.");