Getting effect from multiple blueprints only apply once

Not really. But I’ll do you one better:

  • I gave this AI a spline component and set it to absolute coords:

I set up a path and closed the loop.

  • the script in the AI:

Now you can have any number of points without punching any numbers. The Ai will walk in circles.

They’re not really following the path (but this also can be done!), they go from point to point. A spline stores points just like an array but it’s easier to move them around. Would this work for you?

1 Like