def exitWalk(self):
     DistributedCashbotBossGoonAI.exitWalk(self)
     self.cleanupTasks()
 def enterWalk(self):
     DistributedCashbotBossGoonAI.enterWalk(self)
     self.chooseAndAttack()
 def __init__(self, air, boss):
     DistributedCashbotBossGoonAI.__init__(self, air, boss)
     self.isAttacking = False
     self.attackInfo = []
     self.suitName = ''
 def disable(self):
     DistributedCashbotBossGoonAI.disable(self)
     self.cleanupTasks()
예제 #5
0
 def exitWalk(self):
     DistributedCashbotBossGoonAI.exitWalk(self)
     self.cleanupTasks()
예제 #6
0
 def __init__(self, air, boss):
     DistributedCashbotBossGoonAI.__init__(self, air, boss)
     self.isAttacking = False
     self.attackInfo = []
     self.suitName = ''
예제 #7
0
 def enterWalk(self):
     DistributedCashbotBossGoonAI.enterWalk(self)
     self.chooseAndAttack()
예제 #8
0
 def disable(self):
     DistributedCashbotBossGoonAI.disable(self)
     self.cleanupTasks()