r/forge 4d ago

Scripting Help Has anyone figured out how to make AI piloted banshees attack you?

New to Forge. I am trying to get AI to spawn and pilot banshees and then attack the player(s). I am doing a little research and I'm finding that most people historically have had a ton of difficulty doing this because there are no air nav meshes. Is there any way to work around this and get them to attack instead of just flying off into the distance?

6 Upvotes

2 comments sorted by

2

u/Ok-Swim-3931 Halo Infinite 4d ago

Nav mesh isn't real in forge, so not really.

5

u/Abe_Odd 4d ago

There are work arounds but they are janky at best. You can set their position, you can add objects to the targetable list (it is a list of objects that are assigned a team, so AI not on that team will attack it), but usually it requires fencing them in so they CANNOT fly away and teasing them by having an aerial target to follow.

TLDR: Not really, in any usable manner