[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
Started Sat Jun 2 16:27:27 PDT 2001
.
int adjust_float(int amt)This method adjusts the float of the current room.
int adjust_royalty(string person, int amount)This method adjusts the royalty for the specific person.
int can_trash_furniture()This method checks to see if the furniture can be trashed or not. This will check to make sure the item can be trashed or not. The item should be unable to be trashed if it still contains some player data of some sort.
int is_allowed(string person)This method checks to see if the specified person is allowed to use the room or not.
int is_open_for(string type, string person)This method checks to see if the place is open for the spefic type of activity.
string query_allowed()This method returns the list of people that are allowed.
int query_commercial_furniture()This method checks to see if the item is a commercial furniture item.
int query_commercial_id()This returns a unique id for the commercial item. This id will be unique within the room*
string query_commercial_information()This method returns the extra information about the shoip to be used in the browse.
string query_commercial_name()This method returns the name of the item for use in finding this specic type of item in a room.
int query_commercial_size()This method returns the size of the commericial property.
string query_commercial_type()This method returns the type of the commericial property.
int query_float()This method returns the float in the current room.
string query_help_file_directory()
string query_language()This method returns the owner of the establishment.
string query_money_place()This method returns the money place of the object.
string query_owner()This method returns the owner of the establishment.
string query_parcel_post()This method returns the parcel post room defined for the room.
int query_revenue()This method returns the revenue for this item.
int query_royalty(string person)This method returns the royalties for the specific person.
string query_save_dir()This method returns the save directory of the outside room.
string * query_shop_use_types()This method returns the types of thingies for the commercial property.
string query_weekly_status_string()This method returns the weekly status for this furniture object.
int query_weekly_upkeep_cost()This method sets the weekly upkeep cost for the furniture item.
void reset_weekly_status()This resets the weekly statistics for the object.
void set_commercial_id(int id)This method sets the commercial id for the item.
void set_commercial_information(string info)THis method sets any extra information about the shop to be told when someone does a browse.
void set_commercial_name(string name)This method sets the name of the item for use in finding this specific type of item in a room.
void set_commercial_size(int size)This method sets the size of the item in terms of commericial property. 100 is very large and takes up all of a large commercial property. For example, a 100 item shop will be size 100.
void set_commercial_type(string type)This method sets the type of the item in terms of commericial property.
void set_revenue(int revenue)This method sets the current revenue of the item.
void set_shop_use_types(string * types)This method sets the types which this item will use for checking.
void set_weekly_upkeep_cost(int cost)This method sets the weekly upkeep cost for the furniture item.
void setup_new_commercial_id()This method sets up a new commercial id for the place.