[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
.
void finger_commands()The commands related to the fingering of a player. Just the change password command at the moment.
int finger_set()This method returns whether the player has set their finger info.
string query_birthday()This method returns the players birthday. The birthday will be of the form "4th of july".
string query_desc()This method returns the current description of the player.
string query_email()This method returns the current email address of the player.
string query_homepage()This method queries the current homepage for the player.
int query_is_birthday_today()This method checks to see if it is currently the players birthday.
string query_main_zone_desc(object * wearing)This method returns the main zone description to use in the long of the player.
string query_race_desc()This method returns the current racial description of the player.
string query_real_name()This will return the real name of the player.
string * query_rhosts()Find out which IP addresses this user wants to be able to login from.
string query_where()This methoid returns the location of the player. The location is the location in their funger infor, so like "Perth, oz, whatever".
string query_zone_desc(string zone)This method returns the zone description for the specified zone.
string * query_zone_desc_names()This method returns all the zones there are currently descriptions for.
void set_birthday(string i)This method sets the players current birthday. The birthday needs to be of the form: "4th of July".
void set_desc(string str)This method sets the description of the player. The description is the little bit of text seen in the long.
nomask void set_email(string str)This method sets the current email address of the player.
nomask void set_homepage(string str)This method sets the players homepage.
void set_password(string pass)This method changes the password of the player. It can only be called by the login object at startup.
void set_race_desc(string str)This method sets the race description of the player. The description is the little bit of text seen in the long.
void set_real_name(string str)This will set the real name of the player.
void set_rhosts(string * ips)
void set_where(string str)This method sets the currnet location of the player.
void set_zone_desc(string zone, string desc)This method sets the description for the specific area of the body.