Arena force a bot to spawn midround

pgfckr

L1: Registered
Nov 27, 2015
12
0
Is there a way to set up a func_flagdetectionzone to spawn a bot while a round of arena is active?
 

Fragancia

L2: Junior Member
Feb 22, 2013
91
33
You could use a bot_generator with func_flagdetectionzone

e.g

OnStartFlagTouch bot_generator SpawnBot

You can find more by clicking the Help button when you view the object properties of the bot_generator entity.
If this is not exactly what you wanted, please elaborate more on what you wish so it's easier to help you.
 

pgfckr

L1: Registered
Nov 27, 2015
12
0
Does what I want it to. It's a half baked work around to trick the arena mode into acting like a bomb mode.
Thanks for the help.