diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-31 23:50:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-31 23:50:38 -0300 |
commit | 79350a1c49f3196906dd491cbe50a6039a709d0d (patch) | |
tree | 6d68443f401ee07b71f51b6888d935a42793d6df /npc/014-5-1 | |
parent | 5d0f2e6e14f9cbc6ca76d7f8d7f0a3a7850acb4e (diff) | |
download | serverdata-79350a1c49f3196906dd491cbe50a6039a709d0d.tar.gz serverdata-79350a1c49f3196906dd491cbe50a6039a709d0d.tar.bz2 serverdata-79350a1c49f3196906dd491cbe50a6039a709d0d.tar.xz serverdata-79350a1c49f3196906dd491cbe50a6039a709d0d.zip |
Add some stuff to Sagratha's House
Diffstat (limited to 'npc/014-5-1')
-rw-r--r-- | npc/014-5-1/objects.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/014-5-1/objects.txt b/npc/014-5-1/objects.txt index 701adc605..55d7d395f 100644 --- a/npc/014-5-1/objects.txt +++ b/npc/014-5-1/objects.txt @@ -23,7 +23,12 @@ OnInit: if (@qsagratha >= 31) { next; mesn; - mesc l("Thinking well... There's something behind it! A secret door!"); + mesc l("Thinking well... There's something behind it! A secret window!"); + if (getq(HurnscaldQuest_Sagratha) <= 2) + setq3 HurnscaldQuest_Sagratha, 1; + next; + mesn l("Secret Window"); + mesc l("The window appears to be unlocked. It might have been open some time ago."); } close; OnInit: |