HI all,
So i’ve just started out trying to figure out how to get AI working in my game. Their isnt a dedicated AI section to these forums so thought here might be best.
So i have a AI Controller and a AI character, and using the behaviour tree i’ve managed to get it running around between pre-defined points just fine (An actor, containing a Vector Array full of points defines the points it should move between).
I’ve then started looking at making dynamic points, so that during gameplay a building could be created that generates resources, and the AI will now know it can go there as well to get things. However i can’t for the life of me get it to pass these dynamic variables to the AI. If anyone has any clue on this it would be appreciated immensely! (also if anyone knows any good AI tutorials as well!)
As best i can tell, it is finding the points when i tell it to look, but its never passing them along to the AI as new locations it can now move to.