summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index bc5795be9..67d3f4870 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1074,7 +1074,13 @@ function script clientupdater {
UPDATE=1669491875;
if (TUT_VAR) {
.@dg = true;
+ // Allow you to choose the starting trait
+ // However, we unset #TUTORIAL_DONE so EXP Gain and Knockback are OFF
+ // While alts are generally allowed to have these starting traits,
+ // there's no way for veterans select this.
+ #TUTORIAL_DONE = false;
do { mesc l("You must choose a trait now, or the opportunity will be forfeit."), 1; } while (!ChooseTrait());
+ #TUTORIAL_DONE = true;
}
}