From 82054e13aeeecf8e7b822a56bc681a8eb2758109 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 22:11:35 -0300 Subject: Code style cleanup --- npc/020-7-1/pagemakers.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/npc/020-7-1/pagemakers.txt b/npc/020-7-1/pagemakers.txt index 515f4152d..427e170ee 100644 --- a/npc/020-7-1/pagemakers.txt +++ b/npc/020-7-1/pagemakers.txt @@ -27,7 +27,8 @@ mesq l("Thanks for your help with the inks! Now I'll be able to fulfill my tasks adequately. Some of these books were really valuable, and it's important to recreate them as good as possible."); else mesq l("Mh. I wonder how I'm expected to perform my task with this meager equipment. The new books will look pathetic."); - next; + + // Begin here askQuestion(); .@q2=getq2(NivalisQuest_BlueSage); mes ""; @@ -164,12 +165,13 @@ OnInit: mesq l("Thanks for the Silk Cocoons. With these the new books are going to be exquisite."); else mesq l("This is going to be difficult... oh, hello. I'm working on recreating some of the books that were destroyed."); - next; + + // Begin here askQuestion(); .@q2=getq2(NivalisQuest_BlueSage); mes ""; mesn; - mesq l("I need @@/@@ @@ for the book covers and binding of some of the more valuable books we're trying to recreate.", 60, countitem(SilkCocoon), getitemlink(SilkCocoon)); + mesq l("I need @@/@@ @@ for the book covers and binding of some of the more valuable books we're trying to recreate.", countitem(SilkCocoon), 60, getitemlink(SilkCocoon)); next; mesn; mesq l("You wouldn't happen to have them, would you?"); @@ -177,10 +179,13 @@ OnInit: close; next; if (askyesno() == ASK_NO) { + mes ""; mesn; mesq l("That's a pity."); close; } + mes ""; + delitem SilkCocoon, 60; setq2 NivalisQuest_BlueSage, .@q2|BS_PMBINDING; getexp 3535, 215; // 20% from references, rounded up. It's part of main story. -- cgit v1.2.3-60-g2f50