inherit "/std/room"; setup() { set_short("The pawnbrokers storeroom"); set_long("This is where the pawnbroker keeps all the " +"stuff he has been entrusted with. Nobody but he " +"should be in here, so get out.\n"); set_light(80); add_exit("out", "pawnbrokers", "corridor"); }