[Package Index | Mudlib Index | Effect Index]
Written by Taffyd
Started 8/2/1999.
.
int add_new_customer(int fd, string name)This method adds a new customer.
int add_new_purchase(string p_name, string flower, int value, string recipient)This method is used to add a new purchase into the customer's save file.
void player_refreshed(mixed p_name, int total)
mapping query_bernita_flowers()This returns a mapping of all the flowers in Bernita's database. It is used by Bernita to do weird and wonderful things.
int query_total_spent(string p_name)This method returns how much has been spent by the player at Bernita's Flower Shop.
varargs mixed * top_flower_buyers(int limit)
varargs mixed * top_selling_flowers(int limit)
int find_flower_id(int fd, string flower_name)This method finds a flower's id.
int find_player_id(int fd, string player)This method finds a player's id.
mixed * sql_query(int fd, string query)This method performs an SQL query. It returns the data from the query in a lovely array that you can then interpret however you wish.