I’m making a local coop game. At some point, both player characters should meet up at a point without being controlled by the players. “Simple Move To” (Actor/Location) doesn’t work for the second player character while they work for the first player character.
i have a similar issue with ai i have, when i make 2 of them only 1 will interact with my character, also using “move to” to chase them - let me know if someone figures it out
Sorry for the spaghetti code, i was doing it a different way but i just tried your method and still only 1 al will move, i think it causes me a different problem too in that if im looking a 1 they will all freeze - my code is creating ai that stop moving when i look at them but chase me otherwise
i notice that at times both ai will turn to look at my character but only one will move, usually the first one moves until i see the second one then only it moves (obviously looking away and back again to allow the code to move them)