Local Functions (/std/inheritables/room.c)

void add_item(string item, string desc);

Adds a new item to the list of items in a room.

See also: set_items(), remove_item(), query_item()

