def __init__(self, air):
     try:
         self.DistributedToonUD_initialized
         return
     except:
         self.DistributedToonUD_initialized = 1
     DistributedObjectUD.__init__(self, air)
     return
Exemple #2
0
    def __init__(self, air):
        try:
            self.DistributedToonUD_initialized
            return
        except:
            self.DistributedToonUD_initialized = 1

        DistributedObjectUD.__init__(self, air)
    def __init__(self, air):
        DistributedObjectUD.__init__(self, air)
        self.dna = ToonDNA.ToonDNA()
        self.clothesTopsList = []
        self.clothesBottomsList = []
        self.emoteAccess = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
        self.fishingRod = 0
        
        if simbase.wantPets:
            self.petTrickPhrases = []
            
        if simbase.wantBingo:
            self.bingoCheat = False

        self.customMessages = []
        
        self.mailboxContents = CatalogItemList.CatalogItemList(store = CatalogItem.Customization)
 def __init__(self, air):
     DistributedObjectUD.__init__(self, air)
Exemple #5
0
 def __init__(self, air):
     DistributedObjectUD.__init__(self, air)
     self.subscribed = {}
 def __init__(self, air):
     DistributedObjectUD.__init__(self, air)
     self.air = air
Exemple #7
0
    def __init__(self, air):
        DistributedObjectUD.__init__(self, air)

        self.name = 'NotGiven'
        self.available = 0
Exemple #8
0
 def __init__(self, air):
     DistributedObjectUD.__init__(self, air)
     self.air = air
     self.clientId = None
     self.dbm = self.air.dbCollection['accounts']
     self.conn2fsm = {}