diff options
Diffstat (limited to 'npc/014-5-1/objects.txt')
-rw-r--r-- | npc/014-5-1/objects.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/npc/014-5-1/objects.txt b/npc/014-5-1/objects.txt index 55d7d395f..ed3520924 100644 --- a/npc/014-5-1/objects.txt +++ b/npc/014-5-1/objects.txt @@ -24,8 +24,19 @@ OnInit: next; mesn; mesc l("Thinking well... There's something behind it! A secret window!"); - if (getq(HurnscaldQuest_Sagratha) <= 2) + if (getq(HurnscaldQuest_Sagratha) <= 2) { setq3 HurnscaldQuest_Sagratha, 1; + } else { + next; + mesn l("Secret Window"); + mesc l("Enter though the window to the secret caves?"); + next; + if (askyesno() == ASK_YES) { + warp "015-8", 99, 178; + closeclientdialog; + end; + } + } next; mesn l("Secret Window"); mesc l("The window appears to be unlocked. It might have been open some time ago."); |