#include <mudlib.h> inherit ROOM; #define NAME "josh" reset (arg) { if (arg) return; set_short( "Short"); set_long("Long"); set_weather(5,0,0); set_exits (({"/room/city/square.c", "square", "/room/city/post.c", "post"})); }