inherit "inherit/room2"; #define NAME "hippo" reset (arg) { if (arg) return; set_short( "Standard Workroom"); set_long ("This is my standard workroom. I work on it.\n"); set_weather(5, 5, 5); set_exits (({"/room/city/square.c", "square", "/room/city/creator/inner1","inner", "/room/city/post.c", "post"})); } /*testing */