def __init__(self, cr):
     try:
         self.DistributedDroppableCollectableBackpack_initialized
         return
     except:
         self.DistributedDroppableCollectableBackpack_initialized = 1
     DistributedDroppableCollectableObject.__init__(self, cr)
     self.backpack = None
     self.dropShadow = None
     self.bp = None
     self.pickUpDialog = None
     self.unzippingDialog = None
     self.soundUnzipping = None
     self.rotateTaskName = 'Rotate Pack'
     self.rotateSpeed = 30
     self.backpackScale = 0.35
    def __init__(self, cr):
        try:
            self.DistributedDroppableCollectableBackpack_initialized
            return
        except:
            self.DistributedDroppableCollectableBackpack_initialized = 1

        DistributedDroppableCollectableObject.__init__(self, cr)
        self.backpack = None
        self.dropShadow = None
        self.bp = None
        self.pickUpDialog = None
        self.unzippingDialog = None
        self.soundUnzipping = None
        self.rotateTaskName = 'Rotate Pack'
        self.rotateSpeed = 30
        self.backpackScale = 0.35
        return
 def __init__(self, cr):
     DistributedDroppableCollectableObject.__init__(self, cr)
     self.collectSfx = None
     self.disabled = 0
     return
 def __init__(self, cr):
     DistributedDroppableCollectableObject.__init__(self, cr)
 def __init__(self, cr):
     DistributedDroppableCollectableObject.__init__(self, cr)
     self.collectSfx = None
     self.disabled = 0
 def __init__(self, cr):
     DistributedDroppableCollectableObject.__init__(self, cr)