From b0256f42ba0ed82b71f6238f24bd954999453c23 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Mar 2019 10:35:57 -0300 Subject: Important piece of tutorial added on Zegas. --- npc/005-1/zegas.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'npc/005-1/zegas.txt') 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: -- cgit v1.2.3-60-g2f50