summaryrefslogtreecommitdiff
path: root/npc/009-4/torches.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-4/torches.txt')
-rw-r--r--npc/009-4/torches.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/009-4/torches.txt b/npc/009-4/torches.txt
index 8cf053d0..5ff12563 100644
--- a/npc/009-4/torches.txt
+++ b/npc/009-4/torches.txt
@@ -65,22 +65,22 @@ L_Error2:
}
function script DoneWithTorches {
- if (OrumQuest < 11 && OrumQuest >= 8)
+ if (getq(MagicQuest_DarkMage) < 11 && getq(MagicQuest_DarkMage) >= 8)
goto L_Return;
- if (OrumQuest < 7) goto L_Different;
+ if (getq(MagicQuest_DarkMage) < 7) goto L_Different;
- if (OrumQuest >= 11)
+ if (getq(MagicQuest_DarkMage) >= 11)
mes "The flame on the torch looks ordinary. Lowering the final barrier seems to have drained them of their magic.";
- if (OrumQuest < 8)
+ if (getq(MagicQuest_DarkMage) < 8)
mes "Without that powder the note mentions there isn't much you can do with this torch.";
close2;
goto L_Return;
L_Different:
mes "The flame on this torch looks different than the rest. You better tell Orum about it before doing anything.";
- OrumQuest = 6;
+ setq(MagicQuest_DarkMage, 6);
close2;
goto L_Return;