Nightmare Mudlib SimulEfun: convert_name()
string convert_name(string str);
DESCRIPTION
Turns any string of characters into a unique identifier which can be
used to make player's have unique names. In other words, it is used
to turn capitalized names into the names used to save players.
EXAMPLES
convert_name("K'tal K'tak") returns "ktalktak"
NOTE
convert_name((string)player_ob->query_CapName()) will always be equal
to (string)player_ob->query_name()
LOCATION
/secure/SimulEfun/convert_name.c
LAST MODIFIED
Nightmare 3.3