diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/018-6-1/main.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 51ba4e704..73fdaca08 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -95,8 +95,19 @@ OnTouch: warp BarbaraInstCheck(0), 90, 91; // Complete the first arc if possible if (.@q == 1) { + setnpcdialogtitle l("Forgotten Chamber"); + mesn l("Forgotten Chamber"); + mesq l("You see yourself in a strange chamber. Drawings of stones surronds the walls."); + next; + mesn l("Forgotten Chamber"); + mesq l("You can see in distance two portals working, and two portals offline."); + next; + mesn l("Forgotten Chamber"); + mesq l("It seems to be a puzzle, you can only imagine what needs to be done in order to enable the right portals."); + next; setq1 LoFQuest_Barbara, 2; setq3 LoFQuest_Barbara, 0; + closeclientdialog; } // Update M0 NPCs based on quest state if (.@q > 2) |