if I try the "random" or the "flower" separately with "on start on layout" as the event it works, but if I do it like this it doesn't
Develop games in your browser. Powerful, performant & highly capable.
I think we can't use the continous checking condition for pathfinding. It will always check for path in everey tick. Insteaad of this you can add a subevent of trigger once while true.
if group is active then trigger once while true then find path.