Author Topic: AI Srimechs  (Read 907 times)

Offline FlamesOfIce

AI Srimechs
« 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)}))

Offline Badger

  • Permanent Artifact
  • Giga Heavyweight
  • Posts: 6318
  • Rep: 3
  • I wish to be with my people
  • Awards BOTM Winner Donated money for site hosting 2019
    • View Profile
    • Awards
Re: AI Srimechs
« Reply #1 on: August 17, 2018, 05:52:17 AM »
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
also lol at most toxic guy around calling others out on this sh**
Google Drive with my newer bots

Offline Gulden

  • Am I still considered active?
  • Posts: 1331
  • Rep: 7
  • Currently trying to make a Riff in Time and Space.
    • https://www.youtube.com/c
  • Awards Donated money for site hosting 2019 BOTM Winner
    • View Profile
    • Awards
  • Discord: Gulden#1901
Re: AI Srimechs
« Reply #2 on: August 17, 2018, 08:46:36 AM »
I believe entering 'UseSrimech:1,' into the AI line will help with that (easily copy-pasted from Complete control's AI).
I have several opinions.

Offline Resetti's Replicas

  • *
  • Posts: 4399
  • Rep: 18
  • Replica King
    • ResettisReplicas
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: AI Srimechs
« Reply #3 on: August 19, 2018, 01:52:01 PM »
Use "Omni" it's got all the same features but allows for Srimechs

Offline FlamesOfIce

Re: AI Srimechs
« Reply #4 on: August 19, 2018, 02:17:06 PM »
Thanks for all the help!  :bigsmile:

Omni did indeed work!