From 4fee204b1f56a72494bf13244dff9500cde35890 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 3 Dec 2022 22:30:12 -0300 Subject: Give some Training Arrows when getting Forest Bow with Alan --- npc/functions/clientversion.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 67d3f4870..398553459 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1079,9 +1079,11 @@ function script clientupdater { // 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()); + do { mesc l("You must choose a trait now, or the opportunity will be forfeit."), 1; next; } while (!ChooseTrait()); #TUTORIAL_DONE = true; } + if (getq(HurnscaldQuest_ForestBow)) + getitem TrainingArrow, 220; } // :// End of Regular Update System -- cgit v1.2.3-60-g2f50