string *room = ({
"/wizards/walla/northern/rooms/lvl-1/1",
"/wizards/walla/northern/rooms/lvl-1/2",
"/wizards/walla/northern/rooms/lvl-1/3",
"/wizards/walla/northern/rooms/lvl-1/4",
"/wizards/walla/northern/rooms/lvl-1/5",
"/wizards/walla/northern/rooms/lvl-1/6",
"/wizards/walla/northern/rooms/lvl-1/7",
"/wizards/walla/northern/rooms/lvl-1/8",
"/wizards/walla/northern/rooms/lvl-1/9",
"/wizards/walla/northern/rooms/lvl-1/10",
"/wizards/walla/northern/rooms/lvl-1/11",
"/wizards/walla/northern/rooms/lvl-1/12",
"/wizards/walla/northern/rooms/lvl-1/13",
"/wizards/walla/northern/rooms/lvl-1/14",
"/wizards/walla/northern/rooms/lvl-1/15",
"/wizards/walla/northern/rooms/lvl-1/16",
"/wizards/walla/northern/rooms/lvl1/mainhall11",
"/wizards/walla/northern/rooms/lvl1/mainhall12",
"/wizards/walla/northern/rooms/lvl1/mainhall13",
"/wizards/walla/northern/rooms/lvl1/mainhall21",
"/wizards/walla/northern/rooms/lvl1/mainhall22",
"/wizards/walla/northern/rooms/lvl1/mainhall23",
"/wizards/walla/northern/rooms/lvl2/cell_1",
"/wizards/walla/northern/rooms/lvl2/cell_2",
"/wizards/walla/northern/rooms/lvl2/cell_3",
"/wizards/walla/northern/rooms/lvl2/cell_4",
"/wizards/walla/northern/rooms/lvl2/cell_5",
"/wizards/walla/northern/rooms/lvl2/cell_6",
"/wizards/walla/northern/rooms/lvl2/cell_7",
"/wizards/walla/northern/rooms/lvl2/cell_8",
"/wizards/walla/northern/rooms/lvl2/cell_9",
"/wizards/walla/northern/rooms/lvl2/cell_10",
"/wizards/walla/northern/rooms/lvl2/court_12",
"/wizards/walla/northern/rooms/lvl2/court_11",
"/wizards/walla/northern/rooms/lvl2/court_13",
"/wizards/walla/northern/rooms/lvl2/court_14",
"/wizards/walla/northern/rooms/lvl2/court_15",
"/wizards/walla/northern/rooms/lvl2/court_21",
"/wizards/walla/northern/rooms/lvl2/court_33",
"/wizards/walla/northern/rooms/lvl2/court_25",
"/wizards/walla/northern/rooms/lvl2/court_35",
"/wizards/walla/northern/rooms/lvl2/court_31",
"/wizards/walla/northern/rooms/lvl2/court_32",
"/wizards/walla/northern/rooms/lvl3/rampart_1",
"/wizards/walla/northern/rooms/lvl3/rampart_2",
"/wizards/walla/northern/rooms/lvl3/rampart_3",
"/wizards/walla/northern/rooms/lvl3/rampart_4",
"/wizards/walla/northern/rooms/lvl3/rampart_5",
"/wizards/walla/northern/rooms/lvl3/rampart_6",
"/wizards/walla/northern/rooms/lvl3/rampart_7",
"/wizards/walla/northern/rooms/lvl3/rampart_8",
"/wizards/walla/northern/rooms/lvl3/rampart_9",
"/wizards/walla/northern/rooms/lvl3/rampart_10",
"/wizards/walla/northern/rooms/lvl3/rampart_11",
"/wizards/walla/northern/rooms/lvl3/rampart_12",
"/wizards/walla/northern/rooms/lvl3/rampart_13",
"/wizards/walla/northern/rooms/lvl3/rampart_14",
"/wizards/walla/northern/rooms/lvl3/rampart_15",
"/wizards/walla/northern/rooms/lvl3/rampart_16",
"/wizards/walla/northern/rooms/lvl3/rampart_17",
"/wizards/walla/northern/rooms/lvl3/rampart_18",
"/wizards/walla/northern/rooms/lvl3/rampart_19",
"/wizards/walla/northern/rooms/lvl3/tower_ne",
"/wizards/walla/northern/rooms/lvl3/tower_nw",
"/wizards/walla/northern/rooms/lvl3/tower_se",
"/wizards/walla/northern/rooms/lvl3/tower_sw",
});

get_random_room() { return room[random(sizeof(room))]; }

