Exemplo n.º 1
0
    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()
Exemplo n.º 2
0
    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()
Exemplo n.º 3
0
 def __init__(self, air, zoneId):
     StreetAI.__init__(self, air, zoneId)
     self.spawnObjects('phase_8/dna/donalds_dreamland_%i.dna' % zoneId)
Exemplo n.º 4
0
 def __init__(self, air, zoneId):
     StreetAI.__init__(self, air, zoneId)
     self.spawnObjects("phase_8/dna/daisys_garden_%i.dna" % zoneId)
Exemplo n.º 5
0
 def __init__(self, air, zoneId):
     StreetAI.__init__(self, air, zoneId)
     self.spawnObjects('phase_6/dna/minnies_melody_land_%i.dna' % zoneId)
Exemplo n.º 6
0
 def __init__(self, air, zoneId):
     StreetAI.__init__(self, air, zoneId)
     self.spawnObjects('phase_6/dna/donalds_dock_%i.dna' % zoneId)
Exemplo n.º 7
0
 def __init__(self, air, zoneId):
     StreetAI.__init__(self, air, zoneId)
     self.spawnObjects("phase_8/dna/the_burrrgh_%i.dna" % zoneId)
Exemplo n.º 8
0
 def __init__(self, air, zoneId):
     StreetAI.__init__(self, air, zoneId)
     self.spawnObjects('phase_8/dna/daisys_garden_%i.dna' % zoneId)
Exemplo n.º 9
0
 def __init__(self, air, zoneId):
     StreetAI.__init__(self, air, zoneId)
     self.spawnObjects('phase_6/dna/donalds_dock_%i.dna' % zoneId)