[Package Index | Mudlib Index | Effect Index]
Written by Terano
Started 28 December, 1998
.
int deposit_parcel(object * obs, string name, int show_sender)This method is used by outside objects to send parcels (if they should need to do so).
int do_collect()Collects a parcel if any are here Mask to do interesting things
varargs int do_deposit(object * obs, string name, int show_sender)Do deposit function, mask to do interesting things
void make_shelf(string short, string long)Makes a shelf and moves it to the room, if there is a shelf, items collected will be moved to it, otherwise they just get moved to the floor
object query_shelf()
void set_cost(int _cost)Sets the cost to send a parcel, in default money units 400 = $1AM
void set_currency(string temp)What currency to use
void set_location(string _loc)Sets the location of the parcel office This is a directory in /save/parcels ie /save/parcels/teranotest/
void set_shelf(object ob)