#base robot_standard.pop WaveSchedule { StartingCurrency 20000 RespawnWaveTime 0 PointTemplates { engispot { bot_hint_engineer_nest { "targetname" "newengispot" "origin" "12 -620 736" "angles" "0 -90 0" } bot_hint_sentrygun { "targetname" "newengispot" "origin" "12 -767 736" "angles" "0 -90 0" } bot_hint_teleporter_exit { "targetname" "newengispot" "origin" "12 -602 736" "angles" "0 -90 0" } } } SpawnTemplate engispot Wave { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { TotalCount 9999 MaxActive 1 SpawnCount 1 Where spawnbot TFBot { Template T_TFBot_Engineer_Sentry_Battle TeleportWhere spawnbot VoiceCommand //Periodacally uses voice commands { Delay 0 //Time before the first voice command starts (Default: 10) Cooldown 5 //Time between each voice command (Default: 10) //Repeats 55 //How many times should bot use the voice command in total (Default: 0 - Infinite) Type "Move up" } } } } }