summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/zegas.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt
index d3797269a..425bb4171 100644
--- a/npc/005-1/zegas.txt
+++ b/npc/005-1/zegas.txt
@@ -51,11 +51,42 @@ L_Start:
mesn;
mesq l("Thanks, come back and see me once you found the bug bomb and set it off.");
setq CandorQuest_Barrel, 2;
+ if (TUTORIAL) {
+ next;
+ mesn;
+ mesc l("TUTORIAL: The bugs there can be pretty vicious. Do you know what's worse though? Lag.");
+ next;
+ mesn;
+ mesc l("TUTORIAL: By pressing @@, you can open the Shortcut menu. And by pressing @@, you open the skill menu!", b("F8"), b("F5"));
+ next;
+ mesn;
+ mesc l("TUTORIAL: If you drag the \"Resync\" skill from the skill list to the shortcut list, you'll be able to rapidly solve some lag issues!");
+ next;
+ mesn;
+ mesc l("TUTORIAL: Of course, lag might always be a problem. Remember to drag healing items to the shortcut list too. %%2");
+ }
close;
L_Looking:
mesn;
mesq l("Still haven't found it? Well, keep looking the barrels at this storehouse. I know it's in there, somewhere.");
+ if (TUTORIAL) {
+ mesc l("Read the tutorial again?");
+ if (askyesno() == ASK_YES) {
+ next;
+ mesn;
+ mesc l("TUTORIAL: The bugs there can be pretty vicious. Do you know what's worse though? Lag.");
+ next;
+ mesn;
+ mesc l("TUTORIAL: By pressing @@, you can open the Shortcut menu. And by pressing @@, you open the skill menu!", b("F8"), b("F5"));
+ next;
+ mesn;
+ mesc l("TUTORIAL: If you drag the \"Resync\" skill from the skill list to the shortcut list, you'll be able to rapidly solve some lag issues!");
+ next;
+ mesn;
+ mesc l("TUTORIAL: Of course, lag might always be a problem. Remember to drag healing items to the shortcut list too. %%2");
+ }
+ }
close;
L_QuestEnd: