I'm having trouble AIing a paticular robot. This robot has both a flipper, and two grinding discs. However, even when a robot goes into the Smartzone, it won't flip. Everything is wired up correctly though, as the robot self-rights when flipped.
I know it's probably to do with having both a disc and a flipper, so is there any way to use both.
If it helps, here is the AI binding
list.append(("MPF","Omni",{'invertible':False,'nose':math.pi,'radius':0.1,'range':30,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3,'weapons':(12,13,14,15)}))
Ignore the spaces in that. I don't have a clue why they're there, as it's not like that when I edit it.