diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/darlin.txt | 4 |
1 files 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; |