diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-21 22:30:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-21 22:30:57 -0300 |
commit | 33d7cda82df3fbafa664f29973b2d64d518f73ff (patch) | |
tree | d13f29b64b38eb1acf3d006789799b63c59dd1f5 /npc/020-7 | |
parent | 7903611f70ef8a89dc99cc45239334ad766817ec (diff) | |
download | serverdata-33d7cda82df3fbafa664f29973b2d64d518f73ff.tar.gz serverdata-33d7cda82df3fbafa664f29973b2d64d518f73ff.tar.bz2 serverdata-33d7cda82df3fbafa664f29973b2d64d518f73ff.tar.xz serverdata-33d7cda82df3fbafa664f29973b2d64d518f73ff.zip |
Testing - Blue Sage Investigation - OK!
Diffstat (limited to 'npc/020-7')
-rw-r--r-- | npc/020-7/elias.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/020-7/elias.txt b/npc/020-7/elias.txt index 162cb7b89..1e771be72 100644 --- a/npc/020-7/elias.txt +++ b/npc/020-7/elias.txt @@ -132,6 +132,7 @@ function eliasWorry { if (.@q2 == BS_NPCALL) { setq1 NivalisQuest_BlueSage, 7; eliasConfirmed(); + close; } mesn; mesq l("After your questions I'm really getting worried about this guy with the mask. In retrospect it really seems suspicous."); @@ -181,7 +182,7 @@ function eliasQuestion { mesq l("But that is unlikely, we have no reason to sabotage our own work! You saw the mess it caused. Everyone knew it was important."); next; mesn strcharinfo(0); - mesq l("Hmm, it might be a hunch but... Can you tell me if there were any unusual visitors before the accident?"); + mesq l("Hmm, it might be a hunch but... Can you tell me if there were any unusual visitors before the incident?"); next; mesn; mesq l("Mh, let me think. There were quite a few visitors with different concerns, but that's usual at this time of the year."); |