Okay, I will. Thanks.
def __init__(self, **args): AI.SuperAI.__init__(self, **args) self.zone = "weapon" self.triggers = ["Fire"] self.trigger2 = ["Srimech"] ... def InvertHandler(self): # fire all weapons once per second (until we're upright!) while 1: for trigger in self.trigger2: self.Input(trigger, 0, 1) for i in range(0, 8): yield 0
def InvertHandler(self): # fire all weapons once per second (until we're upright!) while 1: for trigger in self.trigger2: self.Input(trigger, 0, 1) self.Input('LeftRight', 0, 100) for i in range(0, 8): self.Input('LeftRight', 0, 100)
class MyAIName(AI.SuperAI): "MyAIName strategy" name = "MyAIName"...AI.register(MyAIName)
I have a bot of a prblem as well.My Beauty 2 replica selfrights when on its flipper, but when it gets on its back, it wont fire again.Can someone help me aswell?
For the sake of not creating a new thread, I have another AI problem. My AIed sit n' Spin will not stop spinning and move if it is being counted out for staying still, thus it will always lose its matches through immobility. If you have any help or other information for me to specifiy, please post.
You got my vote for RA2 Wizard. Always and forever.