diff options
Diffstat (limited to 'npc/013-2_Magic_house')
-rw-r--r-- | npc/013-2_Magic_house/notes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/013-2_Magic_house/notes.txt b/npc/013-2_Magic_house/notes.txt index 590407e6..7b65ce2d 100644 --- a/npc/013-2_Magic_house/notes.txt +++ b/npc/013-2_Magic_house/notes.txt @@ -49,6 +49,15 @@ mes "You feel the floor disappear below your feet..."; next; warp "006-1.gat",33,93; + if (QUEST_MIRIAM_start != 0) goto L_cheat; + +// If you try to use the notes to warp to pachua the quest will fail. + +L_cheat: + set QUEST_MIRIAM_cheat, 1; + set QUEST_MIRIAM_run, gettimetick(1) - QUEST_MIRIAM_start; + set QUEST_MIRIAM_start, 0; + message strcharinfo(0), "You were supposed to actually run to this place. You are not sure if this is going to work for Miriam..."; close; } |