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 = "bag"  + ", " + me.keywords
  me.name     = "a paper bag"
  me.mname    = "a pile of %d paper bags"
  me.rdesc    = "a brown paper bag is here."
  me.mdesc    = "%d brown paper bags are here."
  me.desc     = me.desc + " " + "It is a standard, brown paper bag.  Nothing too special, here. "
  
  ### numeric values
  me.weight   = 0.100
  
  ### set type: container
  me.settype("container")
  me.container_capacity    = 0.500
  ### end type
-
