Deathmatch AI Kit

I have existing project and want to make it like the demo scene in Deathmatch AI Kit (have an AI friends in team and in enemy team, Have a scoreboard etc) how can i do that?
 
You can get started by following this video:


I recommend taking a look at the scoreboard class to see how it is implemented so you can then add it to your own project.
 
thankyou for the answer..
i have another one, i have search and try but still couldn't found to make the Agent(AI) in one team for example blue team, and another AI in the same team with the player. so the agent doesnt shoot their teammate.
 
thankyou for the answer..
i have another one, i have search and try but still couldn't found to make the Agent(AI) in one team for example blue team, and another AI in the same team with the player. so the agent doesnt shoot their teammate.
Have you watched the video? It shows how to setup a team.
also i wanna ask how can we know when the player/agent is dead. i wanna make a scoring system.
Take a look at the scoreboard for an example. It subscribes to an event when the agent dies.
 
Top