subclass BCarryable of WorldObjectBase
{
	scratch         = $0
	pModule         = $ffff		; -1
	pLine           = $ffff		; -1
	pName           = $0
	pSelf           = $0
	pType           = $0
	pWeight         = $0
	pBulk           = $0
	pShow           = $1
	pOwner          = $0
	pContainerButton= $0

	dispose()
	buildVerbList()
	fromPacket()
	preDispose()
	setOwner()
	canApproach()
	canFace()
	generatePolygon()
	updateContainerButton()
}

string_002e	= "BCarryable"

