edited March 2021 in ORK Support
Hi,

In my game, I have cells with an object variable. Now, I want AI combatants to try and move towards these cells. Is there a way to create a battle AI that could "detect" where those cells are? Right now, it seems that I can only detect other combatants. I could create "fake" combatants for those cells, but then, ORK prevents 2 combatants from sharing the same cell (you can just move over).

Any solution?
Post edited by ArsMagika on
  • edited March 2021
    I found the following solution: I change the cell type of the cells I want my AI combatants to move to in combat. And then, in Battle AI, I use the Grid Move node with "Grid Cell Type" move type. And then I specify the grid type.

    Post edited by ArsMagika on
  • That's probably the best option.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.