Simulated External Functions

string player_name(string);

Decodes the given string into a player's name by removing all occurances of special characters allowed in names such as - > and ' and returning the value in all lowercase.  

file: /doc/sefun/player_funs.c
