abstract: no
script :~
### The following oproto was generated by oedit
### If you edit this script, adhere to the stylistic
### conventions laid out by oedit, or delete the top line
### keywords, short descs, room descs, and look descs
me.keywords = "table" + ", " + me.keywords
me.name = "a wooden table"
me.mname = "%d wooden tables"
me.rdesc = "An empty table is here."
me.mdesc = "There are %d empty tables scattered around."
me.desc = me.desc + " " + " It is made of wood, and is circular. It stands about four feet off the ground, and has a few chairs seated around it. "
### numeric values
me.weight = 80.000
### set type: furniture
me.settype("furniture")
me.furniture_capacity = 4
me.furniture_type = "at"
### end type
-