def __init__(self, air, zoneId): StreetAI.__init__(self, air, zoneId) self.spawnObjects('phase_5/dna/toontown_central_%i.dna' % zoneId) suitPlanner = DistributedSuitPlannerAI(self.air) suitPlanner.setZoneId(self.zoneId) suitPlanner.generateWithRequired(self.zoneId) suitPlanner.startSpawning()
def __init__(self, air, zoneId): StreetAI.__init__(self, air, zoneId) self.spawnObjects("phase_5/dna/toontown_central_%i.dna" % zoneId) suitPlanner = DistributedSuitPlannerAI(self.air) suitPlanner.setZoneId(self.zoneId) suitPlanner.generateWithRequired(self.zoneId) suitPlanner.startSpawning()
def __init__(self, air, zoneId): StreetAI.__init__(self, air, zoneId) self.spawnObjects('phase_8/dna/donalds_dreamland_%i.dna' % zoneId)
def __init__(self, air, zoneId): StreetAI.__init__(self, air, zoneId) self.spawnObjects("phase_8/dna/daisys_garden_%i.dna" % zoneId)
def __init__(self, air, zoneId): StreetAI.__init__(self, air, zoneId) self.spawnObjects('phase_6/dna/minnies_melody_land_%i.dna' % zoneId)
def __init__(self, air, zoneId): StreetAI.__init__(self, air, zoneId) self.spawnObjects('phase_6/dna/donalds_dock_%i.dna' % zoneId)
def __init__(self, air, zoneId): StreetAI.__init__(self, air, zoneId) self.spawnObjects("phase_8/dna/the_burrrgh_%i.dna" % zoneId)
def __init__(self, air, zoneId): StreetAI.__init__(self, air, zoneId) self.spawnObjects('phase_8/dna/daisys_garden_%i.dna' % zoneId)