AI Move to with condition

Hi, your AI MoveTo is inside the EventBeginPlay, so it will only execute once when the level is loaded and never again. If you want the AI to do something as soon as the door is open, then you need to somehow tell the AI at that point (e. g. event dispatcher). Or if you want to constantly check/do something you can use a timer.

1 Like