31 lines
696 B
Plaintext
31 lines
696 B
Plaintext
|
|
CONVERT_NAME(1) CONVERT_NAME(1)
|
|
|
|
NAME
|
|
convert_name() - creates a unique identifier for a name
|
|
string
|
|
|
|
SYNOPSIS
|
|
string convert_name(string str)
|
|
|
|
DESCRIPTION
|
|
This function takes a capitalized name and returns the
|
|
real name any player using that cap name must have.
|
|
|
|
EXAMPLES
|
|
o convert_name("Descartes of Borg") returns
|
|
"descartesofborg"
|
|
|
|
NOTES
|
|
The value of convert_name((string)player->query_CapName())
|
|
always equals (string)player->query_name().
|
|
|
|
LOCATION
|
|
/secure/sefun/convert_name.c
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|