Resxt No worries. Thank you so much for the help so far. I think I figured that part out. I'm not sure how familiar you are with Bot Warfare but there is something I can't get to work. I can add the bots with the command now and that works but the actual filling doesn't seem to.
bots_main "true" //Toggles bots
bots_manage_fill_mode "0" //bots_manage_fill players/bots counting method. 0 - counts both players and bots, 1 - counts only bots
bots_manage_fill "4" //Amount of players/bots to maintain
bots_main_kickBotsAtEnd "false" //Kick the bots at the end of a match
bots_manage_fill_kick "true" //If the amount of players/bots in the match exceeds bot_manage_fill, kick bots until no longer exceeds
bots_skill "0" //0 - Random difficulty, 1-7 - easiest to hardest, 8 - custom difficulty
bots_skill_min "4" //The minimum difficulty level for the bots.
bots_skill_max "7" //The maximum difficulty level for the bots.
bots_loadout_reasonable "true" //If the bots should filter bad performing create-a-class selections
bots_loadout_prestige "-2"
This is the config I'm using currently. Basically I want it to keep at least 4 people/bots in at all times. And immediately add/kick bots if the threshold is over/under. Currently, it never adds any unless I manually run the command and it doesn't kick them if more people join either. Anything I could be missing?