#include <std.h> inherit ROOM; void create() { room::create(); set_properties(([ "light" : 3, "no magic" : 1 ])); set_short("the underworld"); set_long("This will become something more interesting. Exit is up."); add_exit("up", "/domains/Praxis/square"); }