gametechmods

Robot Arena => General Support => Topic started by: Hard Bot on April 17, 2011, 02:38:19 PM

Title: AI problems
Post 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?
Title: Re: AI problems
Post by: 090901 on April 17, 2011, 02:39:10 PM
Can you show us your binding line?
Title: Re: AI problems
Post by: Hard Bot on April 19, 2011, 04:59:51 PM
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.
Title: Re: AI problems
Post by: Squirrel_Monkey on April 20, 2011, 02:46:17 AM
Is there 4 spaces before the first bracket?
Title: Re: AI problems
Post by: Conraaa on April 20, 2011, 07:53:30 AM
Code: [Select]
    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.