I think SM is a pretty cool guy, eh builds unicycle-bots and doesn't afraid of anything
Sheesh, what next?Soon someone will announce RA3 in MY showcase!
DP: New Bot[pic]The ClamPlastic 324 L.DS Teeth (Underweaponed)Rest you can see.
I would wire the flamers to the wheels so they would't run out.
Quote from: Squirrel_Monkey on October 06, 2010, 01:32:13 PMI would wire the flamers to the wheels so they would't run out. no it will run out... for some reason the glitch of holding down the button doesn't apply to AI.. I usually AI mine to spin so its always firing but it does run out..
Move # flame on depending on enemy's range enemy, flamerange = self.GetNearestEnemy() if enemy is not None and flamerange < self.flame_range: self.Input("Flame", 0, 130) elif self.GetInputStatus("Flame", 0) != 0: self.Input("Flame", 0, 0) targets = [x for x in self.sensors.itervalues() if x.contacts > 0 \ and not plus.isDefeated(x.robot)]^this from def Tick(self)to def Activate(self, active)