gametechmods
Robot Arena => General Support => Topic started by: Hard Bot on April 17, 2011, 02:38:19 PM
-
I'm having problems with AIing. I'm referring to the AI chart, and it says if RA2 does crash at launching, that there's a ''sytax'' in AIing. and I don't get how people know how to get the weapons correct in the binding. What's the problem?
-
Can you show us your binding line?
-
list.append( ("Atom Smasher", "Chopper",{ 'radius': 1.4, 'topspeed' : 7.0, 'throttle' : 110, 'weapons' : (10, 12) }) ) Here's Atom Smasher's bindings. For some reason, he crashes the game when I load him in the game.
-
Is there 4 spaces before the first bracket?
-
list.append(("Atom Smasher","Chopper",{'radius':1.4,'topspeed':7.0,'throttle':110,'weapons':(10,12)}))
You've been a bit too generous with the spaces. Try that.