Name: query_day_items - get the day items from a room Syntax: #include string *query_day_items(); Description: The set_day_items call gets the day items array, set with set_day_items, from a room. Return value: An array of even length containing the identificators and description of all day items after each other. Examples: items=query_day_items(); See also: room/set_items, room/set_day_items, room/set_night_items, room/query_items, room/query_day_items, room/query_night_items