#include <std.h> inherit ROOM; void create() { room::create(); set_short("the void"); set_long("The void. Go down to get out."); set_exits(([ "down": "/domains/Praxis/square" ])); }