yug1tom for president 2016
From my experience, if the game crashes on load-up that means the bindings have a comma or something hiding somewhere out of place, or the teams.txt hasn't been written properly.
list.append(("Crystal","Poker",{'invertible':True,'radius':0.05,'topspeed':99,'throttle':130,'turn':40,'turnspeed':1.5,'weapons':(0,)})) list.append(("Praetorian","Omni",{'topspeed':99,'throttle':130,'range':99,'weapons':(1,2,3,4,5,6,7,8)}))9 list.append(("Alien Queen","Omni",{'topspeed':99,'throttle':130,'range':25,'weapons':(1,2,3,4,5,6,7,8,9,10)}))
From my experience, if the game crashes on load-up that means the bindings have a comma or something hiding somewhere out of place.
Code: [Select] list.append(("Crystal","Poker",{'invertible':True,'radius':0.05,'topspeed':99,'throttle':130,'turn':40,'turnspeed':1.5,'weapons':(0,)})) list.append(("Praetorian","Omni",{'topspeed':99,'throttle':130,'range':99,'weapons':(1,2,3,4,5,6,7,8)}))9 list.append(("Alien Queen","Omni",{'topspeed':99,'throttle':130,'range':25,'weapons':(1,2,3,4,5,6,7,8,9,10)}))What's the 9 doing at the end of Praetorian's line?
Good job AI-ing, but you could have asked 09' for the bindings he used for Tusslers 4.