I'm having a problem with the FBS_2 binding. As you know, it's programmed to stop spinning and chase its opponent after a time specified by "Chase_Time", the problem is, my robot won't ever start spinning in place again after the first time. Can anyone help, or recommend a better binding to use? (I need one that lets the robot SnS and use spinning weapons) Here's the code if it helps. I set the fbs_range low because I don't want it to spin in palce unless the opponent is really close:
list.append(("13 Black","FBS_2",{'nose':math.pi,'chase_time':15,'fbs_range':30,'right':1,'PreSpinEntrance':30,'radius':0.3,'topspeed':150,'range':99,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(9,10,11,12)}))