diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 03:08:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 03:08:39 -0300 |
commit | 96836f051e8364fa5b0598fbaac4a2d2f9add60a (patch) | |
tree | 911f84c82540dec91b1ca241d516947efd1af185 | |
parent | 63210f3050b985f0311316d09f57c1178448ad9f (diff) | |
download | serverdata-96836f051e8364fa5b0598fbaac4a2d2f9add60a.tar.gz serverdata-96836f051e8364fa5b0598fbaac4a2d2f9add60a.tar.bz2 serverdata-96836f051e8364fa5b0598fbaac4a2d2f9add60a.tar.xz serverdata-96836f051e8364fa5b0598fbaac4a2d2f9add60a.zip |
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.
-rw-r--r-- | npc/002-1/arpan.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |