[Package Index | Mudlib Index | Effect Index]
.
void add_drawer(string type, int amount)This method adds a drawer onto the furniture.
varargs int move(mixed dest, string messin, string messout)
string query_drawer_mess()This method returns the message associated with the drawer.
mixed * query_drawers()This method returns all the drawers on the object.
int query_drawers_inside()Set the drawers to be on the inside, and hence not visible when the door is closed.
string query_help_file_directory()
void set_drawer_mess(string words)This method sets the message associated with the drawer.
void set_drawers_inside(int i)Set the drawers to be on the inside, and hence not visible when the door is closed.