ID:266563
 
How do you make the persons name start with a captail letter,no matter what?

-Kappa the Imp
Nadrew explained how to do this in [link] and [link]

-Rcet
In response to Rcet
I use s_admin,and it changes there name to there real key(the cap thingy works).Does anybody know how to fix that?

-Kappa the Imp
In response to Rcet
Rcet wrote:
Nadrew explained how to do this in [link] and [link]

As I mentioned in that thread, Nadrew's caps code sucks for the general case; the code he posted was really only valuable for a length-limited say() verb.

Try this:
name="[uppertext(copytext(name,1,2))][copytext(name,2)]"

Lummox JR