When the input Event (Type) is triggered, it will add a bot to the game with the specified Bot Difficulty (I/O) and Team (I/O).
Code Explanation (JavaScript)
let currentIteration = 1
let currentObject
const PlayerList = GetAllPlayers()
for(player in PlayerList) {
currentObject = player
ExecutePerObject()
currentIteration++
}
OnCompletetion()