Could it be that it doesn't like ampersands in names?
Still crashes
list.append(("Black and Blue Black","Drum",{'nose':math.pi*2,'invertible':True,'range':99,'radius':0.1,'topspeed':150,'throttle':130,'turn':60,'turnspeed':2,'weapons':(11,12,13)})) list.append(("Black and Blue Blue","Drum",{'nose':math.pi*2,'invertible':True,'range':99,'radius':0.1,'topspeed':150,'throttle':130,'turn':60,'turnspeed':2,'weapons':(11,12,13)}))
Sure. It's a clusterbot so I made two identicals:Code: [Select] list.append(("Black and Blue Black","Drum",{'nose':math.pi*2,'invertible':True,'range':99,'radius':0.1,'topspeed':150,'throttle':130,'turn':60,'turnspeed':2,'weapons':(11,12,13)})) list.append(("Black and Blue Blue","Drum",{'nose':math.pi*2,'invertible':True,'range':99,'radius':0.1,'topspeed':150,'throttle':130,'turn':60,'turnspeed':2,'weapons':(11,12,13)}))
no. Do you have Drum.py?