I’m trying to set up my checkpoint system to also work for ai pawn, but I’m a little stuck on that ai dont have index? so I dont really know how to get all of them at once - also, I’m not sure, this is my first time setting this up, is the player check okay? it works with one player but I havent tried it yet with more players.
How do I get all ai controllers to react to something?
Here is my current setup for normal players:
Once you get all actor of class (AIcontroller) you can do a For each loop, this is going to iterate across all the elements in the captured array
Yes… !