def startActive(self, data):
     self.cogDistances = [0, 0, 0]
     self.scores = {}
     DistributedPartyTeamActivityAI.startActive(self, data)
 def __init__(self, air, parent, activityTuple):
     DistributedPartyTeamActivityAI.__init__(self, air, parent,
                                             activityTuple)
     self.forces = {}
     self.pos = 0
     self._hasFall = 0
 def announceGenerate(self):
     self.highscore = ['', 0]
     DistributedPartyTeamActivityAI.announceGenerate(self)
Ejemplo n.º 4
0
 def startActive(self, data):
     self.forces = {}
     self.pos = 0
     self._hasFall = 0
     DistributedPartyTeamActivityAI.startActive(self, data)
Ejemplo n.º 5
0
 def startActive(self, data):
     self.cogDistances = [0, 0, 0]
     self.scores = {}
     DistributedPartyTeamActivityAI.startActive(self, data)
Ejemplo n.º 6
0
 def announceGenerate(self):
     self.highscore = ['', 0]
     DistributedPartyTeamActivityAI.announceGenerate(self)
 def startActive(self, data):
     self.forces = {}
     self.pos = 0
     self._hasFall = 0
     DistributedPartyTeamActivityAI.startActive(self, data)