From d43253529080a39f807826fb7f8fb91144c46065 Mon Sep 17 00:00:00 2001 From: "Jonatas L. Nogueira" Date: Mon, 14 Nov 2016 23:28:41 -0200 Subject: Upper case player name when shouting it to Darlin (map: 000-1). --- npc/000-1/darlin.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 57544533..1288ad83 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -70,12 +70,12 @@ menu l("I said... WHY DON'T YOU COME DOWN TO TALK?"), L_GoDown, l("I SAID, SEE YOU LATER!"), L_Bye, - l("I'M CALLED, @@!", strcharinfo(0)), -; + l("I'M CALLED, @@!", strtoupper(strcharinfo(0))), -; setcamnpc; mes ""; mesn; - mesq strcharinfo(0) + "? " + l("THAT'S A NICE NAME!"); + mesq strtoupper(strcharinfo(0)) + "? " + l("THAT'S A NICE NAME!"); next; mesq l("SO WHAT'S UP?! WHAT ARE YOU DOING?!"); next; -- cgit v1.2.3-70-g09d2