def startBingo(self):
        if self.bingoMgr:
            self.notify.warning('Tried to start bingo while already started!')
            return

        self.bingoMgr = DistributedPondBingoManagerAI(self.air)
        self.bingoMgr.setPondDoId(self.getDoId())
        self.bingoMgr.generateWithRequired(self.zoneId)
        self.bingoMgr.createGame()