gametechmods
Robot Arena => Discussion => Topic started by: FlamesOfIce on August 17, 2018, 05:48:07 AM
-
Ive made witch doctor that can self right with a srimech, but when converted to ai, it doesn't activate. Ive named it Srimech and ive written that the bot is not invertible can anyone help?
AI: list.append(("Witch Doctor","DirectionalSpinner",{'invertible':False, 'nose':math.pi*2,'radius':0.1,'range':500,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(33,45,46)}))
-
Try using omni, I bet it's that DirectionalSpinner doesn't support srimechs. Why are you using that .py anyway? I've never seen it before
-
I believe entering 'UseSrimech:1,' into the AI line will help with that (easily copy-pasted from Complete control's AI).
-
Use "Omni" it's got all the same features but allows for Srimechs
-
Thanks for all the help! :bigsmile:
Omni did indeed work!