summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-18 22:11:35 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-18 22:11:35 -0300
commit82054e13aeeecf8e7b822a56bc681a8eb2758109 (patch)
tree990d04ccc87711f5c93a06f845286c157a211aae
parent05590d38c4f639957b45da2497dd9c4c466fcc72 (diff)
downloadserverdata-82054e13aeeecf8e7b822a56bc681a8eb2758109.tar.gz
serverdata-82054e13aeeecf8e7b822a56bc681a8eb2758109.tar.bz2
serverdata-82054e13aeeecf8e7b822a56bc681a8eb2758109.tar.xz
serverdata-82054e13aeeecf8e7b822a56bc681a8eb2758109.zip
Code style cleanup
-rw-r--r--npc/020-7-1/pagemakers.txt11
1 files 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.