gametechmods
Robot Arena => General Support => Topic started by: Gauche Suede on March 19, 2012, 08:23:51 AM
-
i'm very close to AIing my bot, but there's a problem. When i tried to play with my bot, it loads like forever, and then, when i pressed the windows button on my keyboard, the game crashes. what should i do?
here's the bindings for my bot:
list.append(("Mr.Psyclone","Spinner",{'invertible':False,'radius':0.1,'throttle':130,'topspeed':99,'turn':50,'turnspeed':2,'weapons':(1,2,3)}))
-
You must have four spaces before list.append
and also, your bots name doesnt include a blank space too?
Edit: post 222 yaey
-
Your binding is correct, now check if you indeed have 4 spaces before list.append and if you didn't typo'd your bot's name.
-
yes, there are 4 spaces before the list.append and i didn't typoed my bot's name, but the same problem still occurs.
-
You need a space between "Mr." and "Psyclone". I just fixed the AI line for the bot for GRW.
-
guys, the battle now will appear, but, my bot is still a sitting duck(won't move). How do i fix this?