inherit "inherit/room2"; #include <room_def.h> #define NAME "kingbilly" reset (arg) { if (arg) return; set_short( "Standard Workroom"); set_long ("This is a standard workroom. Work on it.\n"); set_weather(LIGHT_ON, INSIDE, TROPIC); set_exits (({"/room/city/square.c", "square", "/room/city/post.c", "post"})); }