From 885796e1c54c94bb5e6fd93285cd976e80748f7e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 14:09:53 -0300 Subject: 015-8 Ancient Hideout. It is not accessible per-se (yet). The boss map is still missing. --- npc/014-5-1/objects.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'npc/014-5-1') 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."); -- cgit v1.2.3-60-g2f50