From 96836f051e8364fa5b0598fbaac4a2d2f9add60a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 03:08:39 -0300 Subject: Inform players right at the begin that if they're skipping tutorial, we'll omit tutorial-ish dialogs. And also teach them how to revoke that, in case they did not want to skip. --- npc/002-1/arpan.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index 4672e95b1..11de7985a 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -40,6 +40,8 @@ OnTalk: deltimer("Magic Arpan::OnSlow"); mesq lg("Yeye, are you finally ready to go?"); + if (!TUTORIAL) + mesc l("Protip: You skipped tutorial. A lot of tutorial-ish dialogs and quests will be skipped. You can change this anytime on %s > Game Settings.", b("@ucp")); next; select -- cgit v1.2.3-70-g09d2