Hello

Welcome, Guest. To unlock the rest of the forums
please login or register.
Did you miss your activation email?

Author Topic: Is there a way to get computer controlled teammates to use skills  (Read 1282 times)

Offline tiamat888
  • Amazing Member
  • **
  • Posts: 74
  • Upvotes: 4
I noticed there are some moves the computer players will not use is there a way to fix this in-game

Offline BaconWizard17

  • Admin
  • Incredible Member
  • ************
  • Posts: 2308
  • Upvotes: 143
  • Sometimes you just gotta go for it, ya know?
There's something you can change in the talent file I believe. I don't remember exactly what the line of code is. There's a thread on here somewhere about it in the knowledge base.

Offline Maegawa

  • Moderator
  • Incredible Member
  • ***********
  • Posts: 571
  • Upvotes: 54
In some characters' powerstyles, there are some powers with the following line:
Quote
   aicanuse = false ;
This means that when the character is being controlled by the game's AI, he will not be able to use the power. If you remove it, he will be able to do so.

Also regarding the game's AI, you can set up the situation when the AI will use each power through the aitype line, you can find more info about it here.
Click here for my releases.
And here for my workbench.

Offline BaconWizard17

  • Admin
  • Incredible Member
  • ************
  • Posts: 2308
  • Upvotes: 143
  • Sometimes you just gotta go for it, ya know?
Yeah that's it