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()