From 99baf8ab578a60880078cdadf1016b587f94be91 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 Jun 2018 17:10:59 -0300 Subject: Wyara temporary version and fixes to status resetters --- npc/009-1/kevin.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/009-1/kevin.txt') diff --git a/npc/009-1/kevin.txt b/npc/009-1/kevin.txt index 8499e4139..d5655a961 100644 --- a/npc/009-1/kevin.txt +++ b/npc/009-1/kevin.txt @@ -1,11 +1,13 @@ // TMW2 Script // Author: // Saulc +// Vasily_Makarov (original from Evol) +// Jesusalva 009-1,79,62,0 script Kevin NPC_PLAYER,{ speech S_LAST_NEXT, - l("I am Kevin, an alchemist specialized in reset potions."); + l("I am @@, an alchemist specialized in reset potions.", .name$); L_Menu: .@plush_count = BaseLevel*210-(9*210); @@ -62,9 +64,7 @@ L_ConfirmReset: l("It seems that you have no status points to reset!"), l("But the money you brought was really awesome you know."), l("Come back when you will really need me."); - } - else - { + } else { speech S_LAST_NEXT, l("Let's see... @@ of your status points have just been reset!", StatusPoint - .@wasSP), l("Spend it wisely this time."), @@ -93,6 +93,6 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 17); .sex = G_MALE; - .distance = 3; + .distance = 4; end; } -- cgit v1.2.3-70-g09d2