#how to check if a goblin ai has completed a path?

1 messages · Page 1 of 1 (latest)

dawn mango
#

What does that mean

craggy vortex
#

Inside the AI object board, there is a Path Completed event

#

or atleast, there should be

dawn mango
#

I know what you mean but like in what context

dapper drift
dawn mango
#

Distance between Ai position and target.
If Ai position and target is less or equal to (x) then path/switch to another

craggy vortex
dawn mango
dapper drift
craggy vortex
# dapper drift wait so the spawner?

There are 2 parts

The spawner object board contains spawner logic (eg. Spawner Internal Start Spawning, or Object Spawned)
The object board of the thing getting spawned (only exists on AI)

By configuring the board of the AI itself, you can receive events like AI Spawned, AI Path Completed, etc
Its like a player definition board, but for AI, each AI spawned has their own copy of this board

dapper drift
#

Oh ok thanks