diff options
-rw-r--r-- | npc/005-7/trainer.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index f82cebb5b..531ceb8b6 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -29,7 +29,7 @@ .@q=getq(CandorQuest_Trainer); .@b=getq(ShipQuests_Knife); // TODO: We should check if user is with weapon equipped instead mesn; - mesq l("Hello my friend! Need my help?"); + mesq lg("Hello my friend! Need my help?"); next; goto L_Menu; @@ -40,7 +40,7 @@ L_PreMenu: goto L_Menu; L_Menu: - mesq l("["+ strcharinfo(0) +"]"); + mesn strcharinfo(0); menu l("How can you help me?"), L_ExplicaSiProprio, rif(getq(CandorQuest_Trainer) < 15, l("I want to be trained!")), L_Trainment, @@ -281,7 +281,7 @@ L_OutrasInformacoes: mesn; mesq l("What do you want to learn more about?"); next; - mesq l("["+ strcharinfo(0) +"]"); + mesn strcharinfo(0); menu l("Items."), L_Itens, l("Monsters."), L_monstros, |