/*
* Function information room
* Feb 7 '02 by Avelan
*/
#include "defs.h"
inherit ROOM_OBJ;
void setup(){
set_light(80);
set_short("function room");
set_long("set_weight() sets the weight for the item."
" Syntax:\nset_weight(weight);\nExample:\n"
"set_weight(20);\n");
add_exit("back",ITEMSC+"basic_start","path");
} /* setup() */